Shades of Granite Green #928B65
Tints of Granite Green #928B65
RGB
CMYK
RGB Variations
Color information
#928B65 (or 0x928B65) is known color: Granite Green. HEX triplet: 92, 8B and 65. RGB value is (146,139,101). Sum of RGB (Red+Green+Blue) = 146+139+101=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #928B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B65 is #6D749A. Grayscale: #888888. Windows color (decimal): -7173275 or 6654866. OLE color: 6654866.
HSL color Cylindrical-coordinate representation of color #928B65: hue angle of 50.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #928B65 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 101 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.43 |
| HSL | 50.67º | 0.18% | 0.48% | - |
| HSV(B) | 50.67º | 0.31% | 0.57% | - |
| XYZ | 23.44 | 25.52 | 16 | - |
| YUV | 136.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 101 | 0 | 0.05 | 0.31 | 0.43 | 50.67 | 0.18 | 0.48 |
| Hex | 92 | 8B | 65 | 0 | 5 | 1F | 2B | 33 | 12 | 30 |
| Octal | 222 | 213 | 145 | 0 | 5 | 37 | 53 | 63 | 22 | 60 |
| Binary | 10010010 | 10001011 | 1100101 | 0 | 101 | 11111 | 101011 | 110011 | 10010 | 110000 |
Color Harmonies of #928B65
Complementary color
Monochromatic Colors of #928B65
Black with #928B65
Text Example
Text Example
White with #928B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B65; }
p { color: rgb(146,139,101); }
H1.HeaderClassName
{
color: #928B65;
}
.AnyTagClassName
{
color: #928B65;
}
</style>
background-color css
<style>
a { background-color: #928B65; }
a { background-color: rgb(146,139,101); }
div.DivClassName
{
background-color: #928B65;
}
.BgClassName
{
background-color: #928B65;
}
</style>
border-color css
<style>
span { border-color: #928B65; }
span { border-color: rgb(146,139,101); }
td.TdClassName
{
border-color: #928B65;
}
.TagClassName
{
border-color: #928B65;
}
</style>