#8EA091

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

Shades of Envy #8EA091

Tints of Envy #8EA091

Color information

#8EA091 (or 0x8EA091) is unknown color: approx Envy. HEX triplet: 8E, A0 and 91. RGB value is (142,160,145). Sum of RGB (Red+Green+Blue) = 142+160+145=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA091 is #715F6E. Grayscale: #989898. Windows color (decimal): -7429999 or 9543822. OLE color: 9543822.

HSL color Cylindrical-coordinate representation of color #8EA091: hue angle of 130º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8EA091 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB142160145-
CMYK0.1100.090.37
HSL130º8.65%59.22%-
HSV(B)130º11.25%62.75%-
XYZ28.8432.9431.63-
YUV152.91123.54120.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.77%
GREEN value IS 160 (62.89% from 255) = 35.79%
BLUE value IS 145 (57.03% from 255) = 32.44%
R=31.77%
G=35.79%
B=32.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1421601450.1100.090.371308.6559.22
Hex8EA091B09258293b
Octal21624022113011452021173
Binary100011101010000010010001101101001100101100000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,160,145); }

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

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

 a { background-color: rgb(142,160,145); }

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

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

 span { border-color: rgb(142,160,145); }

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