Shades of Granite Green #92886D
Tints of Granite Green #92886D
RGB
CMYK
RGB Variations
Color information
#92886D (or 0x92886D) is known color: Granite Green. HEX triplet: 92, 88 and 6D. RGB value is (146,136,109). Sum of RGB (Red+Green+Blue) = 146+136+109=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #92886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92886D is #6D7792. Grayscale: #888888. Windows color (decimal): -7174035 or 7178386. OLE color: 7178386.
HSL color Cylindrical-coordinate representation of color #92886D: hue angle of 43.78º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92886D is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 109 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.43 |
| HSL | 43.78º | 0.15% | 0.5% | - |
| HSV(B) | 43.78º | 0.25% | 0.57% | - |
| XYZ | 23.42 | 24.82 | 18.03 | - |
| YUV | 135.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 109 | 0 | 0.07 | 0.25 | 0.43 | 43.78 | 0.15 | 0.5 |
| Hex | 92 | 88 | 6D | 0 | 7 | 19 | 2B | 2C | F | 32 |
| Octal | 222 | 210 | 155 | 0 | 7 | 31 | 53 | 54 | 17 | 62 |
| Binary | 10010010 | 10001000 | 1101101 | 0 | 111 | 11001 | 101011 | 101100 | 1111 | 110010 |
Color Harmonies of #92886D
Complementary color
Monochromatic Colors of #92886D
Black with #92886D
Text Example
Text Example
White with #92886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92886D; }
p { color: rgb(146,136,109); }
H1.HeaderClassName
{
color: #92886D;
}
.AnyTagClassName
{
color: #92886D;
}
</style>
background-color css
<style>
a { background-color: #92886D; }
a { background-color: rgb(146,136,109); }
div.DivClassName
{
background-color: #92886D;
}
.BgClassName
{
background-color: #92886D;
}
</style>
border-color css
<style>
span { border-color: #92886D; }
span { border-color: rgb(146,136,109); }
td.TdClassName
{
border-color: #92886D;
}
.TagClassName
{
border-color: #92886D;
}
</style>