#85917C

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

Shades of Spanish Green #85917C

Tints of Spanish Green #85917C

Color information

#85917C (or 0x85917C) is unknown color: approx Spanish Green. HEX triplet: 85, 91 and 7C. RGB value is (133,145,124). Sum of RGB (Red+Green+Blue) = 133+145+124=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 145 - color contains mainly: green. Hex color #85917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85917C is #7A6E83. Grayscale: #8B8B8B. Windows color (decimal): -8023684 or 8163717. OLE color: 8163717.

HSL color Cylindrical-coordinate representation of color #85917C: hue angle of 94.29º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85917C is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB133145124-
CMYK0.0800.140.43
HSL94.29º8.71%52.75%-
HSV(B)94.29º14.48%56.86%-
XYZ23.4426.6922.99-
YUV139.02119.52123.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 145 (57.03% from 255) = 36.07%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=33.08%
G=36.07%
B=30.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331451240.0800.140.4394.298.7152.75
Hex85917C80E2B5e935
Octal20522117410016531361165
Binary1000010110010001111110010000111010101110111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85917C; }

 p { color: rgb(133,145,124); }

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

<style>
 a { background-color: #85917C; }

 a { background-color: rgb(133,145,124); }

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

<style>
 span { border-color: #85917C; }

 span { border-color: rgb(133,145,124); }

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