#8EAF72

Color #8EAF72 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8EAF72

Tints of Olivine #8EAF72

Color information

#8EAF72 (or 0x8EAF72) is unknown color: approx 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

RGB142175114-
CMYK0.1900.350.31
HSL92.46º27.6%56.67%-
HSV(B)92.46º34.86%68.63%-
XYZ29.5237.6321.63-
YUV158.18103.07116.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.95%
GREEN value IS 175 (68.75% from 255) = 40.60%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=32.95%
G=40.60%
B=26.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421751140.1900.350.3192.4627.656.67
Hex8EAF72130231F5c1c39
Octal21625716223043371343471
Binary1000111010101111111001010011010001111111101110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>