#8EA472

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

Shades of Olivine #8EA472

Tints of Olivine #8EA472

Color information

#8EA472 (or 0x8EA472) is unknown color: approx Olivine. HEX triplet: 8E, A4 and 72. RGB value is (142,164,114). Sum of RGB (Red+Green+Blue) = 142+164+114=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA472 is #715B8D. Grayscale: #979797. Windows color (decimal): -7429006 or 7513230. OLE color: 7513230.

HSL color Cylindrical-coordinate representation of color #8EA472: hue angle of 86.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EA472 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB142164114-
CMYK0.1300.300.36
HSL86.4º21.55%54.51%-
HSV(B)86.4º30.49%64.31%-
XYZ27.4733.5220.94-
YUV151.72106.71121.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.81%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 114 (44.92% from 255) = 27.14%
R=33.81%
G=39.05%
B=27.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421641140.1300.300.3686.421.5554.51
Hex8EA472D01E24561637
Octal21624416215036441262667
Binary100011101010010011100101101011110100100101011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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