#8EA476

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

Shades of Olivine #8EA476

Tints of Olivine #8EA476

Color information

#8EA476 (or 0x8EA476) is unknown color: approx Olivine. HEX triplet: 8E, A4 and 76. RGB value is (142,164,118). Sum of RGB (Red+Green+Blue) = 142+164+118=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA476 is #715B89. Grayscale: #989898. Windows color (decimal): -7429002 or 7775374. OLE color: 7775374.

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

Color convert

RGB142164118-
CMYK0.1300.280.36
HSL88.7º20.18%55.29%-
HSV(B)88.7º28.05%64.31%-
XYZ27.733.6122.17-
YUV152.18108.71120.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.49%
GREEN value IS 164 (64.45% from 255) = 38.68%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=33.49%
G=38.68%
B=27.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421641180.1300.280.3688.720.1855.29
Hex8EA476D01C24591437
Octal21624416615034441312467
Binary100011101010010011101101101011100100100101100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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