#8EA672

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

Shades of Olivine #8EA672

Tints of Olivine #8EA672

Color information

#8EA672 (or 0x8EA672) is unknown color: approx Olivine. HEX triplet: 8E, A6 and 72. RGB value is (142,166,114). Sum of RGB (Red+Green+Blue) = 142+166+114=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA672 is #71598D. Grayscale: #999999. Windows color (decimal): -7428494 or 7513742. OLE color: 7513742.

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

Color convert

RGB142166114-
CMYK0.1400.310.35
HSL87.69º22.61%54.9%-
HSV(B)87.69º31.33%65.1%-
XYZ27.8334.2421.06-
YUV152.9106.05120.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.65%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=33.65%
G=39.34%
B=27.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1421661140.1400.310.3587.6922.6154.9
Hex8EA672E01F23581737
Octal21624616216037431302767
Binary100011101010011011100101110011111100011101100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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