Shades of Granite Green #928060
Tints of Granite Green #928060
RGB
CMYK
RGB Variations
Color information
#928060 (or 0x928060) is known color: Granite Green. HEX triplet: 92, 80 and 60. RGB value is (146,128,96). Sum of RGB (Red+Green+Blue) = 146+128+96=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #928060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928060 is #6D7F9F. Grayscale: #818181. Windows color (decimal): -7176096 or 6324370. OLE color: 6324370.
HSL color Cylindrical-coordinate representation of color #928060: hue angle of 38.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 #928060 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 128 | 96 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.43 |
| HSL | 38.4º | 0.21% | 0.47% | - |
| HSV(B) | 38.4º | 0.34% | 0.57% | - |
| XYZ | 21.68 | 22.39 | 14.25 | - |
| YUV | 129.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 128 | 96 | 0 | 0.12 | 0.34 | 0.43 | 38.4 | 0.21 | 0.47 |
| Hex | 92 | 80 | 60 | 0 | C | 22 | 2B | 26 | 15 | 2F |
| Octal | 222 | 200 | 140 | 0 | 14 | 42 | 53 | 46 | 25 | 57 |
| Binary | 10010010 | 10000000 | 1100000 | 0 | 1100 | 100010 | 101011 | 100110 | 10101 | 101111 |
Color Harmonies of #928060
Complementary color
Monochromatic Colors of #928060
Black with #928060
Text Example
Text Example
White with #928060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928060; }
p { color: rgb(146,128,96); }
H1.HeaderClassName
{
color: #928060;
}
.AnyTagClassName
{
color: #928060;
}
</style>
background-color css
<style>
a { background-color: #928060; }
a { background-color: rgb(146,128,96); }
div.DivClassName
{
background-color: #928060;
}
.BgClassName
{
background-color: #928060;
}
</style>
border-color css
<style>
span { border-color: #928060; }
span { border-color: rgb(146,128,96); }
td.TdClassName
{
border-color: #928060;
}
.TagClassName
{
border-color: #928060;
}
</style>