#85917D

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

Shades of Spanish Green #85917D

Tints of Spanish Green #85917D

Color information

#85917D (or 0x85917D) is unknown color: approx Spanish Green. HEX triplet: 85, 91 and 7D. RGB value is (133,145,125). Sum of RGB (Red+Green+Blue) = 133+145+125=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 145 - color contains mainly: green. Hex color #85917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85917D is #7A6E82. Grayscale: #8B8B8B. Windows color (decimal): -8023683 or 8229253. OLE color: 8229253.

HSL color Cylindrical-coordinate representation of color #85917D: hue angle of 96º degrees, saturation: 0.08, 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 #85917D is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB133145125-
CMYK0.0800.140.43
HSL96º8.33%52.94%-
HSV(B)96º13.79%56.86%-
XYZ23.526.7223.32-
YUV139.13120.02123.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 145 (57.03% from 255) = 35.98%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=33.00%
G=35.98%
B=31.02%

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
Decimal1331451250.0800.140.43968.3352.94
Hex85917D80E2B60835
Octal20522117510016531401065
Binary1000010110010001111110110000111010101111000001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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