Shades of Granite Green #928A66
Tints of Granite Green #928A66
RGB
CMYK
RGB Variations
Color information
#928A66 (or 0x928A66) is known color: Granite Green. HEX triplet: 92, 8A and 66. RGB value is (146,138,102). Sum of RGB (Red+Green+Blue) = 146+138+102=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #928A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A66 is #6D7599. Grayscale: #888888. Windows color (decimal): -7173530 or 6720146. OLE color: 6720146.
HSL color Cylindrical-coordinate representation of color #928A66: hue angle of 49.09º 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 #928A66 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 102 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.43 |
| HSL | 49.09º | 0.18% | 0.49% | - |
| HSV(B) | 49.09º | 0.3% | 0.57% | - |
| XYZ | 23.34 | 25.25 | 16.21 | - |
| YUV | 136.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 102 | 0 | 0.05 | 0.30 | 0.43 | 49.09 | 0.18 | 0.49 |
| Hex | 92 | 8A | 66 | 0 | 5 | 1E | 2B | 31 | 12 | 31 |
| Octal | 222 | 212 | 146 | 0 | 5 | 36 | 53 | 61 | 22 | 61 |
| Binary | 10010010 | 10001010 | 1100110 | 0 | 101 | 11110 | 101011 | 110001 | 10010 | 110001 |
Color Harmonies of #928A66
Complementary color
Monochromatic Colors of #928A66
Black with #928A66
Text Example
Text Example
White with #928A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A66; }
p { color: rgb(146,138,102); }
H1.HeaderClassName
{
color: #928A66;
}
.AnyTagClassName
{
color: #928A66;
}
</style>
background-color css
<style>
a { background-color: #928A66; }
a { background-color: rgb(146,138,102); }
div.DivClassName
{
background-color: #928A66;
}
.BgClassName
{
background-color: #928A66;
}
</style>
border-color css
<style>
span { border-color: #928A66; }
span { border-color: rgb(146,138,102); }
td.TdClassName
{
border-color: #928A66;
}
.TagClassName
{
border-color: #928A66;
}
</style>