Shades of Envy #8A9F8F
Tints of Envy #8A9F8F
RGB
CMYK
RGB Variations
Color information
#8A9F8F (or 0x8A9F8F) is known color: Envy. HEX triplet: 8A, 9F and 8F. RGB value is (138,159,143). Sum of RGB (Red+Green+Blue) = 138+159+143=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9F8F is #756070. Grayscale: #969696. Windows color (decimal): -7692401 or 9412490. OLE color: 9412490.
HSL color Cylindrical-coordinate representation of color #8A9F8F: hue angle of 134.29º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A9F8F is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 159 | 143 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.38 |
| HSL | 134.29º | 0.1% | 0.58% | - |
| HSV(B) | 134.29º | 0.13% | 0.62% | - |
| XYZ | 27.84 | 32.18 | 30.73 | - |
| YUV | 150.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 143 | 0.13 | 0 | 0.10 | 0.38 | 134.29 | 0.1 | 0.58 |
| Hex | 8A | 9F | 8F | D | 0 | A | 26 | 86 | A | 3A |
| Octal | 212 | 237 | 217 | 15 | 0 | 12 | 46 | 206 | 12 | 72 |
| Binary | 10001010 | 10011111 | 10001111 | 1101 | 0 | 1010 | 100110 | 10000110 | 1010 | 111010 |
Color Harmonies of #8A9F8F
Complementary color
Monochromatic Colors of #8A9F8F
Black with #8A9F8F
Text Example
Text Example
White with #8A9F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9F8F; }
p { color: rgb(138,159,143); }
H1.HeaderClassName
{
color: #8A9F8F;
}
.AnyTagClassName
{
color: #8A9F8F;
}
</style>
background-color css
<style>
a { background-color: #8A9F8F; }
a { background-color: rgb(138,159,143); }
div.DivClassName
{
background-color: #8A9F8F;
}
.BgClassName
{
background-color: #8A9F8F;
}
</style>
border-color css
<style>
span { border-color: #8A9F8F; }
span { border-color: rgb(138,159,143); }
td.TdClassName
{
border-color: #8A9F8F;
}
.TagClassName
{
border-color: #8A9F8F;
}
</style>