Shades of Granite Green #928863
Tints of Granite Green #928863
RGB
CMYK
RGB Variations
Color information
#928863 (or 0x928863) is known color: Granite Green. HEX triplet: 92, 88 and 63. RGB value is (146,136,99). Sum of RGB (Red+Green+Blue) = 146+136+99=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #928863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928863 is #6D779C. Grayscale: #868686. Windows color (decimal): -7174045 or 6523026. OLE color: 6523026.
HSL color Cylindrical-coordinate representation of color #928863: hue angle of 47.23º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #928863 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 99 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.43 |
| HSL | 47.23º | 0.19% | 0.48% | - |
| HSV(B) | 47.23º | 0.32% | 0.57% | - |
| XYZ | 22.91 | 24.62 | 15.35 | - |
| YUV | 134.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 99 | 0 | 0.07 | 0.32 | 0.43 | 47.23 | 0.19 | 0.48 |
| Hex | 92 | 88 | 63 | 0 | 7 | 20 | 2B | 2F | 13 | 30 |
| Octal | 222 | 210 | 143 | 0 | 7 | 40 | 53 | 57 | 23 | 60 |
| Binary | 10010010 | 10001000 | 1100011 | 0 | 111 | 100000 | 101011 | 101111 | 10011 | 110000 |
Color Harmonies of #928863
Complementary color
Monochromatic Colors of #928863
Black with #928863
Text Example
Text Example
White with #928863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928863; }
p { color: rgb(146,136,99); }
H1.HeaderClassName
{
color: #928863;
}
.AnyTagClassName
{
color: #928863;
}
</style>
background-color css
<style>
a { background-color: #928863; }
a { background-color: rgb(146,136,99); }
div.DivClassName
{
background-color: #928863;
}
.BgClassName
{
background-color: #928863;
}
</style>
border-color css
<style>
span { border-color: #928863; }
span { border-color: rgb(146,136,99); }
td.TdClassName
{
border-color: #928863;
}
.TagClassName
{
border-color: #928863;
}
</style>