Shades of Granite Green #928B64
Tints of Granite Green #928B64
RGB
CMYK
RGB Variations
Color information
#928B64 (or 0x928B64) is known color: Granite Green. HEX triplet: 92, 8B and 64. RGB value is (146,139,100). Sum of RGB (Red+Green+Blue) = 146+139+100=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 146 - color contains mainly: red. Hex color #928B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B64 is #6D749B. Grayscale: #888888. Windows color (decimal): -7173276 or 6589330. OLE color: 6589330.
HSL color Cylindrical-coordinate representation of color #928B64: hue angle of 50.87º 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 #928B64 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 100 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.43 |
| HSL | 50.87º | 0.19% | 0.48% | - |
| HSV(B) | 50.87º | 0.32% | 0.57% | - |
| XYZ | 23.39 | 25.5 | 15.75 | - |
| YUV | 136.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 100 | 0 | 0.05 | 0.32 | 0.43 | 50.87 | 0.19 | 0.48 |
| Hex | 92 | 8B | 64 | 0 | 5 | 20 | 2B | 33 | 13 | 30 |
| Octal | 222 | 213 | 144 | 0 | 5 | 40 | 53 | 63 | 23 | 60 |
| Binary | 10010010 | 10001011 | 1100100 | 0 | 101 | 100000 | 101011 | 110011 | 10011 | 110000 |
Color Harmonies of #928B64
Complementary color
Monochromatic Colors of #928B64
Black with #928B64
Text Example
Text Example
White with #928B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B64; }
p { color: rgb(146,139,100); }
H1.HeaderClassName
{
color: #928B64;
}
.AnyTagClassName
{
color: #928B64;
}
</style>
background-color css
<style>
a { background-color: #928B64; }
a { background-color: rgb(146,139,100); }
div.DivClassName
{
background-color: #928B64;
}
.BgClassName
{
background-color: #928B64;
}
</style>
border-color css
<style>
span { border-color: #928B64; }
span { border-color: rgb(146,139,100); }
td.TdClassName
{
border-color: #928B64;
}
.TagClassName
{
border-color: #928B64;
}
</style>