#8EA870

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

Shades of Olivine #8EA870

Tints of Olivine #8EA870

Color information

#8EA870 (or 0x8EA870) is unknown color: approx Olivine. HEX triplet: 8E, A8 and 70. RGB value is (142,168,112). Sum of RGB (Red+Green+Blue) = 142+168+112=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA870 is #71578F. Grayscale: #9A9A9A. Windows color (decimal): -7427984 or 7383182. OLE color: 7383182.

HSL color Cylindrical-coordinate representation of color #8EA870: hue angle of 87.86º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EA870 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB142168112-
CMYK0.1500.330.34
HSL87.86º24.35%54.9%-
HSV(B)87.86º33.33%65.88%-
XYZ28.0834.9320.59-
YUV153.84104.39119.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.65%
GREEN value IS 168 (66.02% from 255) = 39.81%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=33.65%
G=39.81%
B=26.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1421681120.1500.330.3487.8624.3554.9
Hex8EA870F02122581837
Octal21625016017041421303067
Binary1000111010101000111000011110100001100010101100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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