Shades of Granite Green #928464
Tints of Granite Green #928464
RGB
CMYK
RGB Variations
Color information
#928464 (or 0x928464) is known color: Granite Green. HEX triplet: 92, 84 and 64. RGB value is (146,132,100). Sum of RGB (Red+Green+Blue) = 146+132+100=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #928464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928464 is #6D7B9B. Grayscale: #848484. Windows color (decimal): -7175068 or 6587538. OLE color: 6587538.
HSL color Cylindrical-coordinate representation of color #928464: hue angle of 41.74º 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 #928464 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 132 | 100 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.43 |
| HSL | 41.74º | 0.19% | 0.48% | - |
| HSV(B) | 41.74º | 0.32% | 0.57% | - |
| XYZ | 22.41 | 23.53 | 15.42 | - |
| YUV | 132.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 100 | 0 | 0.10 | 0.32 | 0.43 | 41.74 | 0.19 | 0.48 |
| Hex | 92 | 84 | 64 | 0 | A | 20 | 2B | 2A | 13 | 30 |
| Octal | 222 | 204 | 144 | 0 | 12 | 40 | 53 | 52 | 23 | 60 |
| Binary | 10010010 | 10000100 | 1100100 | 0 | 1010 | 100000 | 101011 | 101010 | 10011 | 110000 |
Color Harmonies of #928464
Complementary color
Monochromatic Colors of #928464
Black with #928464
Text Example
Text Example
White with #928464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928464; }
p { color: rgb(146,132,100); }
H1.HeaderClassName
{
color: #928464;
}
.AnyTagClassName
{
color: #928464;
}
</style>
background-color css
<style>
a { background-color: #928464; }
a { background-color: rgb(146,132,100); }
div.DivClassName
{
background-color: #928464;
}
.BgClassName
{
background-color: #928464;
}
</style>
border-color css
<style>
span { border-color: #928464; }
span { border-color: rgb(146,132,100); }
td.TdClassName
{
border-color: #928464;
}
.TagClassName
{
border-color: #928464;
}
</style>