Html Css Color HEX #8EAB72 Olivine

📋 copy color: '#8EAB72'

red 142 ◦ green 171 ◦ blue 114

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

Shades of Olivine #8EAB72

Tints of Olivine #8EAB72

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.05%

 BLUE value IS 114 (44.92% from 255) = 26.7%

R = 33.26%
G = 40.05%
B = 26.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#8EAB72 (or 0x8EAB72) is known color: Olivine. HEX triplet: 8E, AB and 72. RGB value is (142,171,114). Sum of RGB (Red+Green+Blue) = 142+171+114=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #8EAB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAB72 is #71548D. Grayscale: #9C9C9C. Windows color (decimal): -7427214 or 7515022. OLE color: 7515022.

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

Color convert

RGB 142 171 114 -
CMYK 0.17 0 0.33 0.33
HSL 90.53º 0.25% 0.56% -
HSV(B) 90.53º 0.33% 0.67% -
XYZ 28.76 36.09 21.37 -
YUV 155.83 104.39 118.13 -
System Red Green Blue C M Y K H S L
Decimal 142 171 114 0.17 0 0.33 0.33 90.53 0.25 0.56
Hex 8E AB 72 11 0 21 21 5B 19 38
Octal 216 253 162 21 0 41 41 133 31 70
Binary 10001110 10101011 1110010 10001 0 100001 100001 1011011 11001 111000

Color Harmonies of #8EAB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAB72

Black with #8EAB72

Text Example


Text Example

White with #8EAB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,171,114); }

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

background-color css

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

 a { background-color: rgb(142,171,114); }

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

border-color css

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

 span { border-color: rgb(142,171,114); }

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