Html Css Color HEX #8EAA77 Olivine

📋 copy color: '#8EAA77'

red 142 ◦ green 170 ◦ blue 119

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

Shades of Olivine #8EAA77

Tints of Olivine #8EAA77

RGB

 RED value IS 142 (55.86% from 255) = 32.95%

 GREEN value IS 170 (66.8% from 255) = 39.44%

 BLUE value IS 119 (46.88% from 255) = 27.61%

R = 32.95%
G = 39.44%
B = 27.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#8EAA77 (or 0x8EAA77) is known color: Olivine. HEX triplet: 8E, AA and 77. RGB value is (142,170,119). Sum of RGB (Red+Green+Blue) = 142+170+119=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA77 is #715588. Grayscale: #9B9B9B. Windows color (decimal): -7427465 or 7842446. OLE color: 7842446.

HSL color Cylindrical-coordinate representation of color #8EAA77: hue angle of 92.94º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EAA77 is Cyan = 0.16, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 170 119 -
CMYK 0.16 0 0.3 0.33
HSL 92.94º 0.23% 0.57% -
HSV(B) 92.94º 0.3% 0.67% -
XYZ 28.86 35.83 22.85 -
YUV 155.81 107.22 118.15 -
System Red Green Blue C M Y K H S L
Decimal 142 170 119 0.16 0 0.3 0.33 92.94 0.23 0.57
Hex 8E AA 77 10 0 1E 21 5D 17 39
Octal 216 252 167 20 0 36 41 135 27 71
Binary 10001110 10101010 1110111 10000 0 11110 100001 1011101 10111 111001

Color Harmonies of #8EAA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAA77

Black with #8EAA77

Text Example


Text Example

White with #8EAA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8EAA77; }

 p { color: rgb(142,170,119); }

 H1.HeaderClassName
 {
   color: #8EAA77;
 }
 .AnyTagClassName
 {
   color: #8EAA77;
 }
</style>

background-color css

<style>
 a { background-color: #8EAA77; }

 a { background-color: rgb(142,170,119); }

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

border-color css

<style>
 span { border-color: #8EAA77; }

 span { border-color: rgb(142,170,119); }

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