Shades of Mantle #929F8F
Tints of Mantle #929F8F
RGB
CMYK
RGB Variations
Color information
#929F8F (or 0x929F8F) is known color: Mantle. HEX triplet: 92, 9F and 8F. RGB value is (146,159,143). Sum of RGB (Red+Green+Blue) = 146+159+143=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 159 - color contains mainly: green. Hex color #929F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929F8F is #6D6070. Grayscale: #999999. Windows color (decimal): -7168113 or 9412498. OLE color: 9412498.
HSL color Cylindrical-coordinate representation of color #929F8F: hue angle of 108.75º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #929F8F is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 159 | 143 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.38 |
| HSL | 108.75º | 0.08% | 0.59% | - |
| HSV(B) | 108.75º | 0.1% | 0.62% | - |
| XYZ | 29.21 | 32.89 | 30.8 | - |
| YUV | 153.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 159 | 143 | 0.08 | 0 | 0.10 | 0.38 | 108.75 | 0.08 | 0.59 |
| Hex | 92 | 9F | 8F | 8 | 0 | A | 26 | 6D | 8 | 3B |
| Octal | 222 | 237 | 217 | 10 | 0 | 12 | 46 | 155 | 10 | 73 |
| Binary | 10010010 | 10011111 | 10001111 | 1000 | 0 | 1010 | 100110 | 1101101 | 1000 | 111011 |
Color Harmonies of #929F8F
Complementary color
Monochromatic Colors of #929F8F
Black with #929F8F
Text Example
Text Example
White with #929F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929F8F; }
p { color: rgb(146,159,143); }
H1.HeaderClassName
{
color: #929F8F;
}
.AnyTagClassName
{
color: #929F8F;
}
</style>
background-color css
<style>
a { background-color: #929F8F; }
a { background-color: rgb(146,159,143); }
div.DivClassName
{
background-color: #929F8F;
}
.BgClassName
{
background-color: #929F8F;
}
</style>
border-color css
<style>
span { border-color: #929F8F; }
span { border-color: rgb(146,159,143); }
td.TdClassName
{
border-color: #929F8F;
}
.TagClassName
{
border-color: #929F8F;
}
</style>