Shades of Envy #8CA992
Tints of Envy #8CA992
RGB
CMYK
RGB Variations
Color information
#8CA992 (or 0x8CA992) is known color: Envy. HEX triplet: 8C, A9 and 92. RGB value is (140,169,146). Sum of RGB (Red+Green+Blue) = 140+169+146=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA992 is #73566D. Grayscale: #9D9D9D. Windows color (decimal): -7558766 or 9611660. OLE color: 9611660.
HSL color Cylindrical-coordinate representation of color #8CA992: hue angle of 132.41º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8CA992 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 169 | 146 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.34 |
| HSL | 132.41º | 0.14% | 0.61% | - |
| HSV(B) | 132.41º | 0.17% | 0.66% | - |
| XYZ | 30.19 | 36.03 | 32.56 | - |
| YUV | 157.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 146 | 0.17 | 0 | 0.14 | 0.34 | 132.41 | 0.14 | 0.61 |
| Hex | 8C | A9 | 92 | 11 | 0 | E | 22 | 84 | E | 3D |
| Octal | 214 | 251 | 222 | 21 | 0 | 16 | 42 | 204 | 16 | 75 |
| Binary | 10001100 | 10101001 | 10010010 | 10001 | 0 | 1110 | 100010 | 10000100 | 1110 | 111101 |
Color Harmonies of #8CA992
Complementary color
Monochromatic Colors of #8CA992
Black with #8CA992
Text Example
Text Example
White with #8CA992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA992; }
p { color: rgb(140,169,146); }
H1.HeaderClassName
{
color: #8CA992;
}
.AnyTagClassName
{
color: #8CA992;
}
</style>
background-color css
<style>
a { background-color: #8CA992; }
a { background-color: rgb(140,169,146); }
div.DivClassName
{
background-color: #8CA992;
}
.BgClassName
{
background-color: #8CA992;
}
</style>
border-color css
<style>
span { border-color: #8CA992; }
span { border-color: rgb(140,169,146); }
td.TdClassName
{
border-color: #8CA992;
}
.TagClassName
{
border-color: #8CA992;
}
</style>