Html Css Color HEX #85A708 Lima

📋 copy color: '#85A708'

red 133 ◦ green 167 ◦ blue 8

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

Shades of Lima #85A708

Tints of Lima #85A708

RGB

 RED value IS 133 (52.34% from 255) = 43.18%

 GREEN value IS 167 (65.63% from 255) = 54.22%

 BLUE value IS 8 (3.52% from 255) = 2.6%

R = 43.18%
G = 54.22%
B = 2.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#85A708 (or 0x85A708) is known color: Lima. HEX triplet: 85, A7 and 08. RGB value is (133,167,8). Sum of RGB (Red+Green+Blue) = 133+167+8=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 167 (65.62% from 255 or 54.22% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 167 - color contains mainly: green. Hex color #85A708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A708 is #7A58F7. Grayscale: #8B8B8B. Windows color (decimal): -8018168 or 567173. OLE color: 567173.

HSL color Cylindrical-coordinate representation of color #85A708: hue angle of 72.83º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85A708 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 167 8 -
CMYK 0.20 0 0.95 0.35
HSL 72.83º 0.91% 0.34% -
HSV(B) 72.83º 0.95% 0.65% -
XYZ 23.54 32.64 5.29 -
YUV 138.71 54.24 123.93 -
System Red Green Blue C M Y K H S L
Decimal 133 167 8 0.20 0 0.95 0.35 72.83 0.91 0.34
Hex 85 A7 8 14 0 5F 23 49 5B 22
Octal 205 247 10 24 0 137 43 111 133 42
Binary 10000101 10100111 1000 10100 0 1011111 100011 1001001 1011011 100010

Color Harmonies of #85A708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A708

Black with #85A708

Text Example


Text Example

White with #85A708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85A708; }

 p { color: rgb(133,167,8); }

 H1.HeaderClassName
 {
   color: #85A708;
 }
 .AnyTagClassName
 {
   color: #85A708;
 }
</style>

background-color css

<style>
 a { background-color: #85A708; }

 a { background-color: rgb(133,167,8); }

 div.DivClassName
 {
   background-color: #85A708;
 }
 .BgClassName
 {
   background-color: #85A708;
 }
</style>

border-color css

<style>
 span { border-color: #85A708; }

 span { border-color: rgb(133,167,8); }

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