Shades of Envy #8CAF91
Tints of Envy #8CAF91
RGB
CMYK
RGB Variations
Color information
#8CAF91 (or 0x8CAF91) is known color: Envy. HEX triplet: 8C, AF and 91. RGB value is (140,175,145). Sum of RGB (Red+Green+Blue) = 140+175+145=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF91 is #73506E. Grayscale: #A1A1A1. Windows color (decimal): -7557231 or 9547660. OLE color: 9547660.
HSL color Cylindrical-coordinate representation of color #8CAF91: hue angle of 128.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAF91 is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 145 | - |
| CMYK | 0.2 | 0 | 0.17 | 0.31 |
| HSL | 128.57º | 0.18% | 0.62% | - |
| HSV(B) | 128.57º | 0.2% | 0.69% | - |
| XYZ | 31.26 | 38.28 | 32.53 | - |
| YUV | 161.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 145 | 0.2 | 0 | 0.17 | 0.31 | 128.57 | 0.18 | 0.62 |
| Hex | 8C | AF | 91 | 14 | 0 | 11 | 1F | 81 | 12 | 3E |
| Octal | 214 | 257 | 221 | 24 | 0 | 21 | 37 | 201 | 22 | 76 |
| Binary | 10001100 | 10101111 | 10010001 | 10100 | 0 | 10001 | 11111 | 10000001 | 10010 | 111110 |
Color Harmonies of #8CAF91
Complementary color
Monochromatic Colors of #8CAF91
Black with #8CAF91
Text Example
Text Example
White with #8CAF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF91; }
p { color: rgb(140,175,145); }
H1.HeaderClassName
{
color: #8CAF91;
}
.AnyTagClassName
{
color: #8CAF91;
}
</style>
background-color css
<style>
a { background-color: #8CAF91; }
a { background-color: rgb(140,175,145); }
div.DivClassName
{
background-color: #8CAF91;
}
.BgClassName
{
background-color: #8CAF91;
}
</style>
border-color css
<style>
span { border-color: #8CAF91; }
span { border-color: rgb(140,175,145); }
td.TdClassName
{
border-color: #8CAF91;
}
.TagClassName
{
border-color: #8CAF91;
}
</style>