#8EAE70

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

Shades of Olivine #8EAE70

Tints of Olivine #8EAE70

Color information

#8EAE70 (or 0x8EAE70) is unknown color: approx Olivine. HEX triplet: 8E, AE and 70. RGB value is (142,174,112). Sum of RGB (Red+Green+Blue) = 142+174+112=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAE70 is #71518F. Grayscale: #9D9D9D. Windows color (decimal): -7426448 or 7384718. OLE color: 7384718.

HSL color Cylindrical-coordinate representation of color #8EAE70: hue angle of 90.97º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EAE70 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB142174112-
CMYK0.1800.360.32
HSL90.97º27.68%56.08%-
HSV(B)90.97º35.63%68.24%-
XYZ29.2237.1920.97-
YUV157.36102.4117.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.18%
GREEN value IS 174 (68.36% from 255) = 40.65%
BLUE value IS 112 (44.14% from 255) = 26.17%
R=33.18%
G=40.65%
B=26.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421741120.1800.360.3290.9727.6856.08
Hex8EAE7012024205b1c38
Octal21625616022044401333470
Binary10001110101011101110000100100100100100000101101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,174,112); }

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

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

 a { background-color: rgb(142,174,112); }

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

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

 span { border-color: rgb(142,174,112); }

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