Shades of Envy #8CAC8F
Tints of Envy #8CAC8F
RGB
CMYK
RGB Variations
Color information
#8CAC8F (or 0x8CAC8F) is known color: Envy. HEX triplet: 8C, AC and 8F. RGB value is (140,172,143). Sum of RGB (Red+Green+Blue) = 140+172+143=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAC8F is #735370. Grayscale: #9F9F9F. Windows color (decimal): -7558001 or 9415820. OLE color: 9415820.
HSL color Cylindrical-coordinate representation of color #8CAC8F: hue angle of 125.62º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CAC8F is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 143 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.33 |
| HSL | 125.63º | 0.16% | 0.61% | - |
| HSV(B) | 125.63º | 0.19% | 0.67% | - |
| XYZ | 30.53 | 37.06 | 31.53 | - |
| YUV | 159.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 143 | 0.19 | 0 | 0.17 | 0.33 | 125.63 | 0.16 | 0.61 |
| Hex | 8C | AC | 8F | 13 | 0 | 11 | 21 | 7E | 10 | 3D |
| Octal | 214 | 254 | 217 | 23 | 0 | 21 | 41 | 176 | 20 | 75 |
| Binary | 10001100 | 10101100 | 10001111 | 10011 | 0 | 10001 | 100001 | 1111110 | 10000 | 111101 |
Color Harmonies of #8CAC8F
Complementary color
Monochromatic Colors of #8CAC8F
Black with #8CAC8F
Text Example
Text Example
White with #8CAC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC8F; }
p { color: rgb(140,172,143); }
H1.HeaderClassName
{
color: #8CAC8F;
}
.AnyTagClassName
{
color: #8CAC8F;
}
</style>
background-color css
<style>
a { background-color: #8CAC8F; }
a { background-color: rgb(140,172,143); }
div.DivClassName
{
background-color: #8CAC8F;
}
.BgClassName
{
background-color: #8CAC8F;
}
</style>
border-color css
<style>
span { border-color: #8CAC8F; }
span { border-color: rgb(140,172,143); }
td.TdClassName
{
border-color: #8CAC8F;
}
.TagClassName
{
border-color: #8CAC8F;
}
</style>