Shades of Granite Green #928164
Tints of Granite Green #928164
RGB
CMYK
RGB Variations
Color information
#928164 (or 0x928164) is known color: Granite Green. HEX triplet: 92, 81 and 64. RGB value is (146,129,100). Sum of RGB (Red+Green+Blue) = 146+129+100=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #928164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928164 is #6D7E9B. Grayscale: #828282. Windows color (decimal): -7175836 or 6586770. OLE color: 6586770.
HSL color Cylindrical-coordinate representation of color #928164: hue angle of 37.83º 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 #928164 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 129 | 100 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.43 |
| HSL | 37.83º | 0.19% | 0.48% | - |
| HSV(B) | 37.83º | 0.32% | 0.57% | - |
| XYZ | 22 | 22.73 | 15.28 | - |
| YUV | 130.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 129 | 100 | 0 | 0.12 | 0.32 | 0.43 | 37.83 | 0.19 | 0.48 |
| Hex | 92 | 81 | 64 | 0 | C | 20 | 2B | 26 | 13 | 30 |
| Octal | 222 | 201 | 144 | 0 | 14 | 40 | 53 | 46 | 23 | 60 |
| Binary | 10010010 | 10000001 | 1100100 | 0 | 1100 | 100000 | 101011 | 100110 | 10011 | 110000 |
Color Harmonies of #928164
Complementary color
Monochromatic Colors of #928164
Black with #928164
Text Example
Text Example
White with #928164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928164; }
p { color: rgb(146,129,100); }
H1.HeaderClassName
{
color: #928164;
}
.AnyTagClassName
{
color: #928164;
}
</style>
background-color css
<style>
a { background-color: #928164; }
a { background-color: rgb(146,129,100); }
div.DivClassName
{
background-color: #928164;
}
.BgClassName
{
background-color: #928164;
}
</style>
border-color css
<style>
span { border-color: #928164; }
span { border-color: rgb(146,129,100); }
td.TdClassName
{
border-color: #928164;
}
.TagClassName
{
border-color: #928164;
}
</style>