Shades of Granite Green #928366
Tints of Granite Green #928366
RGB
CMYK
RGB Variations
Color information
#928366 (or 0x928366) is known color: Granite Green. HEX triplet: 92, 83 and 66. RGB value is (146,131,102). Sum of RGB (Red+Green+Blue) = 146+131+102=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 146 - color contains mainly: red. Hex color #928366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928366 is #6D7C99. Grayscale: #848484. Windows color (decimal): -7175322 or 6718354. OLE color: 6718354.
HSL color Cylindrical-coordinate representation of color #928366: hue angle of 39.55º 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 #928366 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 131 | 102 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.43 |
| HSL | 39.55º | 0.18% | 0.49% | - |
| HSV(B) | 39.55º | 0.3% | 0.57% | - |
| XYZ | 22.37 | 23.3 | 15.89 | - |
| YUV | 132.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 102 | 0 | 0.10 | 0.30 | 0.43 | 39.55 | 0.18 | 0.49 |
| Hex | 92 | 83 | 66 | 0 | A | 1E | 2B | 28 | 12 | 31 |
| Octal | 222 | 203 | 146 | 0 | 12 | 36 | 53 | 50 | 22 | 61 |
| Binary | 10010010 | 10000011 | 1100110 | 0 | 1010 | 11110 | 101011 | 101000 | 10010 | 110001 |
Color Harmonies of #928366
Complementary color
Monochromatic Colors of #928366
Black with #928366
Text Example
Text Example
White with #928366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928366; }
p { color: rgb(146,131,102); }
H1.HeaderClassName
{
color: #928366;
}
.AnyTagClassName
{
color: #928366;
}
</style>
background-color css
<style>
a { background-color: #928366; }
a { background-color: rgb(146,131,102); }
div.DivClassName
{
background-color: #928366;
}
.BgClassName
{
background-color: #928366;
}
</style>
border-color css
<style>
span { border-color: #928366; }
span { border-color: rgb(146,131,102); }
td.TdClassName
{
border-color: #928366;
}
.TagClassName
{
border-color: #928366;
}
</style>