Shades of Granite Green #928B66
Tints of Granite Green #928B66
RGB
CMYK
RGB Variations
Color information
#928B66 (or 0x928B66) is known color: Granite Green. HEX triplet: 92, 8B and 66. RGB value is (146,139,102). Sum of RGB (Red+Green+Blue) = 146+139+102=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #928B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B66 is #6D7499. Grayscale: #898989. Windows color (decimal): -7173274 or 6720402. OLE color: 6720402.
HSL color Cylindrical-coordinate representation of color #928B66: hue angle of 50.45º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #928B66 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 102 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.43 |
| HSL | 50.45º | 0.18% | 0.49% | - |
| HSV(B) | 50.45º | 0.3% | 0.57% | - |
| XYZ | 23.48 | 25.54 | 16.26 | - |
| YUV | 136.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 102 | 0 | 0.05 | 0.30 | 0.43 | 50.45 | 0.18 | 0.49 |
| Hex | 92 | 8B | 66 | 0 | 5 | 1E | 2B | 32 | 12 | 31 |
| Octal | 222 | 213 | 146 | 0 | 5 | 36 | 53 | 62 | 22 | 61 |
| Binary | 10010010 | 10001011 | 1100110 | 0 | 101 | 11110 | 101011 | 110010 | 10010 | 110001 |
Color Harmonies of #928B66
Complementary color
Monochromatic Colors of #928B66
Black with #928B66
Text Example
Text Example
White with #928B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B66; }
p { color: rgb(146,139,102); }
H1.HeaderClassName
{
color: #928B66;
}
.AnyTagClassName
{
color: #928B66;
}
</style>
background-color css
<style>
a { background-color: #928B66; }
a { background-color: rgb(146,139,102); }
div.DivClassName
{
background-color: #928B66;
}
.BgClassName
{
background-color: #928B66;
}
</style>
border-color css
<style>
span { border-color: #928B66; }
span { border-color: rgb(146,139,102); }
td.TdClassName
{
border-color: #928B66;
}
.TagClassName
{
border-color: #928B66;
}
</style>