Shades of Granite Green #928862
Tints of Granite Green #928862
RGB
CMYK
RGB Variations
Color information
#928862 (or 0x928862) is known color: Granite Green. HEX triplet: 92, 88 and 62. RGB value is (146,136,98). Sum of RGB (Red+Green+Blue) = 146+136+98=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 146 - color contains mainly: red. Hex color #928862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928862 is #6D779D. Grayscale: #868686. Windows color (decimal): -7174046 or 6457490. OLE color: 6457490.
HSL color Cylindrical-coordinate representation of color #928862: hue angle of 47.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #928862 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 98 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.43 |
| HSL | 47.5º | 0.2% | 0.48% | - |
| HSV(B) | 47.5º | 0.33% | 0.57% | - |
| XYZ | 22.86 | 24.6 | 15.1 | - |
| YUV | 134.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 98 | 0 | 0.07 | 0.33 | 0.43 | 47.5 | 0.2 | 0.48 |
| Hex | 92 | 88 | 62 | 0 | 7 | 21 | 2B | 30 | 14 | 30 |
| Octal | 222 | 210 | 142 | 0 | 7 | 41 | 53 | 60 | 24 | 60 |
| Binary | 10010010 | 10001000 | 1100010 | 0 | 111 | 100001 | 101011 | 110000 | 10100 | 110000 |
Color Harmonies of #928862
Complementary color
Monochromatic Colors of #928862
Black with #928862
Text Example
Text Example
White with #928862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928862; }
p { color: rgb(146,136,98); }
H1.HeaderClassName
{
color: #928862;
}
.AnyTagClassName
{
color: #928862;
}
</style>
background-color css
<style>
a { background-color: #928862; }
a { background-color: rgb(146,136,98); }
div.DivClassName
{
background-color: #928862;
}
.BgClassName
{
background-color: #928862;
}
</style>
border-color css
<style>
span { border-color: #928862; }
span { border-color: rgb(146,136,98); }
td.TdClassName
{
border-color: #928862;
}
.TagClassName
{
border-color: #928862;
}
</style>