Shades of Granite Green #928962
Tints of Granite Green #928962
RGB
CMYK
RGB Variations
Color information
#928962 (or 0x928962) is known color: Granite Green. HEX triplet: 92, 89 and 62. RGB value is (146,137,98). Sum of RGB (Red+Green+Blue) = 146+137+98=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #928962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928962 is #6D769D. Grayscale: #878787. Windows color (decimal): -7173790 or 6457746. OLE color: 6457746.
HSL color Cylindrical-coordinate representation of color #928962: hue angle of 48.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #928962 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 137 | 98 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.43 |
| HSL | 48.75º | 0.2% | 0.48% | - |
| HSV(B) | 48.75º | 0.33% | 0.57% | - |
| XYZ | 23 | 24.88 | 15.15 | - |
| YUV | 135.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 98 | 0 | 0.06 | 0.33 | 0.43 | 48.75 | 0.2 | 0.48 |
| Hex | 92 | 89 | 62 | 0 | 6 | 21 | 2B | 31 | 14 | 30 |
| Octal | 222 | 211 | 142 | 0 | 6 | 41 | 53 | 61 | 24 | 60 |
| Binary | 10010010 | 10001001 | 1100010 | 0 | 110 | 100001 | 101011 | 110001 | 10100 | 110000 |
Color Harmonies of #928962
Complementary color
Monochromatic Colors of #928962
Black with #928962
Text Example
Text Example
White with #928962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928962; }
p { color: rgb(146,137,98); }
H1.HeaderClassName
{
color: #928962;
}
.AnyTagClassName
{
color: #928962;
}
</style>
background-color css
<style>
a { background-color: #928962; }
a { background-color: rgb(146,137,98); }
div.DivClassName
{
background-color: #928962;
}
.BgClassName
{
background-color: #928962;
}
</style>
border-color css
<style>
span { border-color: #928962; }
span { border-color: rgb(146,137,98); }
td.TdClassName
{
border-color: #928962;
}
.TagClassName
{
border-color: #928962;
}
</style>