Shades of Envy #8B968F
Tints of Envy #8B968F
RGB
CMYK
RGB Variations
Color information
#8B968F (or 0x8B968F) is known color: Envy. HEX triplet: 8B, 96 and 8F. RGB value is (139,150,143). Sum of RGB (Red+Green+Blue) = 139+150+143=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 150 - color contains mainly: green. Hex color #8B968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B968F is #746970. Grayscale: #919191. Windows color (decimal): -7629169 or 9410187. OLE color: 9410187.
HSL color Cylindrical-coordinate representation of color #8B968F: hue angle of 141.82º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8B968F is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 150 | 143 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.41 |
| HSL | 141.82º | 0.05% | 0.57% | - |
| HSV(B) | 141.82º | 0.07% | 0.59% | - |
| XYZ | 26.51 | 29.28 | 30.24 | - |
| YUV | 145.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 150 | 143 | 0.07 | 0 | 0.05 | 0.41 | 141.82 | 0.05 | 0.57 |
| Hex | 8B | 96 | 8F | 7 | 0 | 5 | 29 | 8E | 5 | 39 |
| Octal | 213 | 226 | 217 | 7 | 0 | 5 | 51 | 216 | 5 | 71 |
| Binary | 10001011 | 10010110 | 10001111 | 111 | 0 | 101 | 101001 | 10001110 | 101 | 111001 |
Color Harmonies of #8B968F
Complementary color
Monochromatic Colors of #8B968F
Black with #8B968F
Text Example
Text Example
White with #8B968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B968F; }
p { color: rgb(139,150,143); }
H1.HeaderClassName
{
color: #8B968F;
}
.AnyTagClassName
{
color: #8B968F;
}
</style>
background-color css
<style>
a { background-color: #8B968F; }
a { background-color: rgb(139,150,143); }
div.DivClassName
{
background-color: #8B968F;
}
.BgClassName
{
background-color: #8B968F;
}
</style>
border-color css
<style>
span { border-color: #8B968F; }
span { border-color: rgb(139,150,143); }
td.TdClassName
{
border-color: #8B968F;
}
.TagClassName
{
border-color: #8B968F;
}
</style>