#85947F

Color #85947F Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #85947F

Tints of Spanish Green #85947F

Color information

#85947F (or 0x85947F) is unknown color: approx Spanish Green. HEX triplet: 85, 94 and 7F. RGB value is (133,148,127). Sum of RGB (Red+Green+Blue) = 133+148+127=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #85947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85947F is #7A6B80. Grayscale: #8D8D8D. Windows color (decimal): -8022913 or 8361093. OLE color: 8361093.

HSL color Cylindrical-coordinate representation of color #85947F: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85947F is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB133148127-
CMYK0.1000.140.42
HSL102.86º8.94%53.92%-
HSV(B)102.86º14.19%58.04%-
XYZ24.0927.724.16-
YUV141.12120.03122.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 127 (50% from 255) = 31.13%
R=32.60%
G=36.27%
B=31.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331481270.1000.140.42102.868.9453.92
Hex85947FA0E2A67936
Octal20522417712016521471166
Binary1000010110010100111111110100111010101011001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85947F; }

 p { color: rgb(133,148,127); }

 H1.HeaderClassName
 {
   color: #85947F;
 }
 .AnyTagClassName
 {
   color: #85947F;
 }
</style>
background-color css

<style>
 a { background-color: #85947F; }

 a { background-color: rgb(133,148,127); }

 div.DivClassName
 {
   background-color: #85947F;
 }
 .BgClassName
 {
   background-color: #85947F;
 }
</style>
border-color css

<style>
 span { border-color: #85947F; }

 span { border-color: rgb(133,148,127); }

 td.TdClassName
 {
   border-color: #85947F;
 }
 .TagClassName
 {
   border-color: #85947F;
 }
</style>