Shades of Granite Green #928560
Tints of Granite Green #928560
RGB
CMYK
RGB Variations
Color information
#928560 (or 0x928560) is known color: Granite Green. HEX triplet: 92, 85 and 60. RGB value is (146,133,96). Sum of RGB (Red+Green+Blue) = 146+133+96=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #928560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928560 is #6D7A9F. Grayscale: #848484. Windows color (decimal): -7174816 or 6325650. OLE color: 6325650.
HSL color Cylindrical-coordinate representation of color #928560: hue angle of 44.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #928560 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 133 | 96 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.43 |
| HSL | 44.4º | 0.21% | 0.47% | - |
| HSV(B) | 44.4º | 0.34% | 0.57% | - |
| XYZ | 22.35 | 23.73 | 14.47 | - |
| YUV | 132.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 96 | 0 | 0.09 | 0.34 | 0.43 | 44.4 | 0.21 | 0.47 |
| Hex | 92 | 85 | 60 | 0 | 9 | 22 | 2B | 2C | 15 | 2F |
| Octal | 222 | 205 | 140 | 0 | 11 | 42 | 53 | 54 | 25 | 57 |
| Binary | 10010010 | 10000101 | 1100000 | 0 | 1001 | 100010 | 101011 | 101100 | 10101 | 101111 |
Color Harmonies of #928560
Complementary color
Monochromatic Colors of #928560
Black with #928560
Text Example
Text Example
White with #928560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928560; }
p { color: rgb(146,133,96); }
H1.HeaderClassName
{
color: #928560;
}
.AnyTagClassName
{
color: #928560;
}
</style>
background-color css
<style>
a { background-color: #928560; }
a { background-color: rgb(146,133,96); }
div.DivClassName
{
background-color: #928560;
}
.BgClassName
{
background-color: #928560;
}
</style>
border-color css
<style>
span { border-color: #928560; }
span { border-color: rgb(146,133,96); }
td.TdClassName
{
border-color: #928560;
}
.TagClassName
{
border-color: #928560;
}
</style>