#8EA575

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

Shades of Olivine #8EA575

Tints of Olivine #8EA575

Color information

#8EA575 (or 0x8EA575) is unknown color: approx Olivine. HEX triplet: 8E, A5 and 75. RGB value is (142,165,117). Sum of RGB (Red+Green+Blue) = 142+165+117=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 165 - color contains mainly: green. Hex color #8EA575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA575 is #715A8A. Grayscale: #989898. Windows color (decimal): -7428747 or 7710094. OLE color: 7710094.

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

Color convert

RGB142165117-
CMYK0.1400.290.35
HSL88.75º21.05%55.29%-
HSV(B)88.75º29.09%64.71%-
XYZ27.8233.9521.92-
YUV152.65107.88120.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.49%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=33.49%
G=38.92%
B=27.59%

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
Decimal1421651170.1400.290.3588.7521.0555.29
Hex8EA575E01D23591537
Octal21624516516035431312567
Binary100011101010010111101011110011101100011101100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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