#8EA578

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

Shades of Olivine #8EA578

Tints of Olivine #8EA578

Color information

#8EA578 (or 0x8EA578) is unknown color: approx Olivine. HEX triplet: 8E, A5 and 78. RGB value is (142,165,120). Sum of RGB (Red+Green+Blue) = 142+165+120=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 165 - color contains mainly: green. Hex color #8EA578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA578 is #715A87. Grayscale: #999999. Windows color (decimal): -7428744 or 7906702. OLE color: 7906702.

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

Color convert

RGB142165120-
CMYK0.1400.270.35
HSL90.67º20%55.88%-
HSV(B)90.67º27.27%64.71%-
XYZ2834.0222.86-
YUV152.99109.38120.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 165 (64.84% from 255) = 38.64%
BLUE value IS 120 (47.27% from 255) = 28.10%
R=33.26%
G=38.64%
B=28.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1421651200.1400.270.3590.672055.88
Hex8EA578E01B235b1438
Octal21624517016033431332470
Binary100011101010010111110001110011011100011101101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,165,120); }

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

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

 a { background-color: rgb(142,165,120); }

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

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

 span { border-color: rgb(142,165,120); }

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