#8EAF78

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

Shades of Olivine #8EAF78

Tints of Olivine #8EAF78

Color information

#8EAF78 (or 0x8EAF78) is unknown color: approx Olivine. HEX triplet: 8E, AF and 78. RGB value is (142,175,120). Sum of RGB (Red+Green+Blue) = 142+175+120=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAF78 is #715087. Grayscale: #9F9F9F. Windows color (decimal): -7426184 or 7909262. OLE color: 7909262.

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

Color convert

RGB142175120-
CMYK0.1900.310.31
HSL96º25.58%57.84%-
HSV(B)96º31.43%68.63%-
XYZ29.8837.7723.48-
YUV158.86106.07115.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.49%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 120 (47.27% from 255) = 27.46%
R=32.49%
G=40.05%
B=27.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421751200.1900.310.319625.5857.84
Hex8EAF781301F1F601a3a
Octal21625717023037371403272
Binary100011101010111111110001001101111111111110000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EAF78;
 }
 .AnyTagClassName
 {
   color: #8EAF78;
 }
</style>
background-color css

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

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

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

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

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

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