#8EA676

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

Shades of Olivine #8EA676

Tints of Olivine #8EA676

Color information

#8EA676 (or 0x8EA676) is unknown color: approx Olivine. HEX triplet: 8E, A6 and 76. RGB value is (142,166,118). Sum of RGB (Red+Green+Blue) = 142+166+118=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA676 is #715989. Grayscale: #999999. Windows color (decimal): -7428490 or 7775886. OLE color: 7775886.

HSL color Cylindrical-coordinate representation of color #8EA676: hue angle of 90º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EA676 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB142166118-
CMYK0.1400.290.35
HSL90º21.24%55.69%-
HSV(B)90º28.92%65.1%-
XYZ28.0634.3322.29-
YUV153.35108.05119.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.33%
GREEN value IS 166 (65.23% from 255) = 38.97%
BLUE value IS 118 (46.48% from 255) = 27.70%
R=33.33%
G=38.97%
B=27.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1421661180.1400.290.359021.2455.69
Hex8EA676E01D235a1538
Octal21624616616035431322570
Binary100011101010011011101101110011101100011101101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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