#8DA891

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

Shades of Envy #8DA891

Tints of Envy #8DA891

Color information

#8DA891 (or 0x8DA891) is unknown color: approx Envy. HEX triplet: 8D, A8 and 91. RGB value is (141,168,145). Sum of RGB (Red+Green+Blue) = 141+168+145=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA891 is #72576E. Grayscale: #9D9D9D. Windows color (decimal): -7493487 or 9545869. OLE color: 9545869.

HSL color Cylindrical-coordinate representation of color #8DA891: hue angle of 128.89º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8DA891 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB141168145-
CMYK0.1600.140.34
HSL128.89º13.43%60.59%-
HSV(B)128.89º16.07%65.88%-
XYZ30.135.7132.09-
YUV157.3121.05116.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.06%
GREEN value IS 168 (66.02% from 255) = 37.00%
BLUE value IS 145 (57.03% from 255) = 31.94%
R=31.06%
G=37.00%
B=31.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1411681450.1600.140.34128.8913.4360.59
Hex8DA891100E2281d3d
Octal21525022120016422011575
Binary1000110110101000100100011000001110100010100000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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