Shades of Granite Green #928762
Tints of Granite Green #928762
RGB
CMYK
RGB Variations
Color information
#928762 (or 0x928762) is known color: Granite Green. HEX triplet: 92, 87 and 62. RGB value is (146,135,98). Sum of RGB (Red+Green+Blue) = 146+135+98=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 146 - color contains mainly: red. Hex color #928762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928762 is #6D789D. Grayscale: #868686. Windows color (decimal): -7174302 or 6457234. OLE color: 6457234.
HSL color Cylindrical-coordinate representation of color #928762: hue angle of 46.25º 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 #928762 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 135 | 98 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.43 |
| HSL | 46.25º | 0.2% | 0.48% | - |
| HSV(B) | 46.25º | 0.33% | 0.57% | - |
| XYZ | 22.72 | 24.32 | 15.05 | - |
| YUV | 134.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 98 | 0 | 0.08 | 0.33 | 0.43 | 46.25 | 0.2 | 0.48 |
| Hex | 92 | 87 | 62 | 0 | 8 | 21 | 2B | 2E | 14 | 30 |
| Octal | 222 | 207 | 142 | 0 | 10 | 41 | 53 | 56 | 24 | 60 |
| Binary | 10010010 | 10000111 | 1100010 | 0 | 1000 | 100001 | 101011 | 101110 | 10100 | 110000 |
Color Harmonies of #928762
Complementary color
Monochromatic Colors of #928762
Black with #928762
Text Example
Text Example
White with #928762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928762; }
p { color: rgb(146,135,98); }
H1.HeaderClassName
{
color: #928762;
}
.AnyTagClassName
{
color: #928762;
}
</style>
background-color css
<style>
a { background-color: #928762; }
a { background-color: rgb(146,135,98); }
div.DivClassName
{
background-color: #928762;
}
.BgClassName
{
background-color: #928762;
}
</style>
border-color css
<style>
span { border-color: #928762; }
span { border-color: rgb(146,135,98); }
td.TdClassName
{
border-color: #928762;
}
.TagClassName
{
border-color: #928762;
}
</style>