#8E9A91

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

Shades of Envy #8E9A91

Tints of Envy #8E9A91

Color information

#8E9A91 (or 0x8E9A91) is unknown color: approx Envy. HEX triplet: 8E, 9A and 91. RGB value is (142,154,145). Sum of RGB (Red+Green+Blue) = 142+154+145=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 154 - color contains mainly: green. Hex color #8E9A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9A91 is #71656E. Grayscale: #959595. Windows color (decimal): -7431535 or 9542286. OLE color: 9542286.

HSL color Cylindrical-coordinate representation of color #8E9A91: hue angle of 135º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E9A91 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB142154145-
CMYK0.0800.060.40
HSL135º5.61%58.04%-
HSV(B)135º7.79%60.39%-
XYZ27.8230.9131.29-
YUV149.39125.52122.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.20%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 145 (57.03% from 255) = 32.88%
R=32.20%
G=34.92%
B=32.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1421541450.0800.060.401355.6158.04
Hex8E9A91806288763a
Octal216232221100650207672
Binary1000111010011010100100011000011010100010000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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