Html Css Color HEX #8EAF72 Olivine

📋 copy color: '#8EAF72'

red 142 ◦ green 175 ◦ blue 114

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

Shades of Olivine #8EAF72

Tints of Olivine #8EAF72

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.6%

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

R = 32.95%
G = 40.6%
B = 26.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#8EAF72 (or 0x8EAF72) is known color: Olivine. HEX triplet: 8E, AF and 72. RGB value is (142,175,114). Sum of RGB (Red+Green+Blue) = 142+175+114=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAF72 is #71508D. Grayscale: #9E9E9E. Windows color (decimal): -7426190 or 7516046. OLE color: 7516046.

HSL color Cylindrical-coordinate representation of color #8EAF72: hue angle of 92.46º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EAF72 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 142 175 114 -
CMYK 0.19 0 0.35 0.31
HSL 92.46º 0.28% 0.57% -
HSV(B) 92.46º 0.35% 0.69% -
XYZ 29.52 37.63 21.63 -
YUV 158.18 103.07 116.46 -
System Red Green Blue C M Y K H S L
Decimal 142 175 114 0.19 0 0.35 0.31 92.46 0.28 0.57
Hex 8E AF 72 13 0 23 1F 5C 1C 39
Octal 216 257 162 23 0 43 37 134 34 71
Binary 10001110 10101111 1110010 10011 0 100011 11111 1011100 11100 111001

Color Harmonies of #8EAF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAF72

Black with #8EAF72

Text Example


Text Example

White with #8EAF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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