Html Css Color HEX #85917C Spanish Green

📋 copy color: '#85917C'

red 133 ◦ green 145 ◦ blue 124

#85917C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spanish Green #85917C

Tints of Spanish Green #85917C

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 value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#85917C (or 0x85917C) is known color: 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

RGB 133 145 124 -
CMYK 0.08 0 0.14 0.43
HSL 94.29º 0.09% 0.53% -
HSV(B) 94.29º 0.14% 0.57% -
XYZ 23.44 26.69 22.99 -
YUV 139.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 133 145 124 0.08 0 0.14 0.43 94.29 0.09 0.53
Hex 85 91 7C 8 0 E 2B 5E 9 35
Octal 205 221 174 10 0 16 53 136 11 65
Binary 10000101 10010001 1111100 1000 0 1110 101011 1011110 1001 110101

Color Harmonies of #85917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85917C

Black with #85917C

Text Example


Text Example

White with #85917C

Text Example


Text Example

HTML Codes & Css Web 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>