#8DA091

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

Shades of Envy #8DA091

Tints of Envy #8DA091

Color information

#8DA091 (or 0x8DA091) is unknown color: approx Envy. HEX triplet: 8D, A0 and 91. RGB value is (141,160,145). Sum of RGB (Red+Green+Blue) = 141+160+145=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA091 is #725F6E. Grayscale: #989898. Windows color (decimal): -7495535 or 9543821. OLE color: 9543821.

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

Color convert

RGB141160145-
CMYK0.1200.090.37
HSL132.63º9.09%59.02%-
HSV(B)132.63º11.87%62.75%-
XYZ28.6732.8531.62-
YUV152.61123.71119.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.61%
GREEN value IS 160 (62.89% from 255) = 35.87%
BLUE value IS 145 (57.03% from 255) = 32.51%
R=31.61%
G=35.87%
B=32.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1411601450.1200.090.37132.639.0959.02
Hex8DA091C09258593b
Octal21524022114011452051173
Binary100011011010000010010001110001001100101100001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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