Html Css Color HEX #8EAA76 Olivine

📋 copy color: '#8EAA76'

red 142 ◦ green 170 ◦ blue 118

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

Shades of Olivine #8EAA76

Tints of Olivine #8EAA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.44%

R = 33.02%
G = 39.53%
B = 27.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#8EAA76 (or 0x8EAA76) is known color: Olivine. HEX triplet: 8E, AA and 76. RGB value is (142,170,118). Sum of RGB (Red+Green+Blue) = 142+170+118=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA76 is #715589. Grayscale: #9B9B9B. Windows color (decimal): -7427466 or 7776910. OLE color: 7776910.

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

Color convert

RGB 142 170 118 -
CMYK 0.16 0 0.31 0.33
HSL 92.31º 0.23% 0.56% -
HSV(B) 92.31º 0.31% 0.67% -
XYZ 28.8 35.81 22.53 -
YUV 155.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 142 170 118 0.16 0 0.31 0.33 92.31 0.23 0.56
Hex 8E AA 76 10 0 1F 21 5C 17 38
Octal 216 252 166 20 0 37 41 134 27 70
Binary 10001110 10101010 1110110 10000 0 11111 100001 1011100 10111 111000

Color Harmonies of #8EAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAA76

Black with #8EAA76

Text Example


Text Example

White with #8EAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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