#8DAA95

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

Shades of Envy #8DAA95

Tints of Envy #8DAA95

Color information

#8DAA95 (or 0x8DAA95) is unknown color: approx Envy. HEX triplet: 8D, AA and 95. RGB value is (141,170,149). Sum of RGB (Red+Green+Blue) = 141+170+149=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAA95 is #72556A. Grayscale: #9E9E9E. Windows color (decimal): -7492971 or 9808525. OLE color: 9808525.

HSL color Cylindrical-coordinate representation of color #8DAA95: hue angle of 136.55º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8DAA95 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB141170149-
CMYK0.1700.120.33
HSL136.55º14.57%60.98%-
HSV(B)136.55º17.06%66.67%-
XYZ30.7836.5833.87-
YUV158.93122.39115.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.65%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 149 (58.59% from 255) = 32.39%
R=30.65%
G=36.96%
B=32.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411701490.1700.120.33136.5514.5760.98
Hex8DAA95110C2189f3d
Octal21525222521014412111775
Binary1000110110101010100101011000101100100001100010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,170,149); }

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

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

 a { background-color: rgb(141,170,149); }

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

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

 span { border-color: rgb(141,170,149); }

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