Shades of Granite Green #928466
Tints of Granite Green #928466
RGB
CMYK
RGB Variations
Color information
#928466 (or 0x928466) is known color: Granite Green. HEX triplet: 92, 84 and 66. RGB value is (146,132,102). Sum of RGB (Red+Green+Blue) = 146+132+102=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 146 - color contains mainly: red. Hex color #928466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928466 is #6D7B99. Grayscale: #848484. Windows color (decimal): -7175066 or 6718610. OLE color: 6718610.
HSL color Cylindrical-coordinate representation of color #928466: hue angle of 40.91º 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 #928466 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 132 | 102 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.43 |
| HSL | 40.91º | 0.18% | 0.49% | - |
| HSV(B) | 40.91º | 0.3% | 0.57% | - |
| XYZ | 22.5 | 23.57 | 15.93 | - |
| YUV | 132.77 | 110.64 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 102 | 0 | 0.10 | 0.30 | 0.43 | 40.91 | 0.18 | 0.49 |
| Hex | 92 | 84 | 66 | 0 | A | 1E | 2B | 29 | 12 | 31 |
| Octal | 222 | 204 | 146 | 0 | 12 | 36 | 53 | 51 | 22 | 61 |
| Binary | 10010010 | 10000100 | 1100110 | 0 | 1010 | 11110 | 101011 | 101001 | 10010 | 110001 |
Color Harmonies of #928466
Complementary color
Monochromatic Colors of #928466
Black with #928466
Text Example
Text Example
White with #928466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928466; }
p { color: rgb(146,132,102); }
H1.HeaderClassName
{
color: #928466;
}
.AnyTagClassName
{
color: #928466;
}
</style>
background-color css
<style>
a { background-color: #928466; }
a { background-color: rgb(146,132,102); }
div.DivClassName
{
background-color: #928466;
}
.BgClassName
{
background-color: #928466;
}
</style>
border-color css
<style>
span { border-color: #928466; }
span { border-color: rgb(146,132,102); }
td.TdClassName
{
border-color: #928466;
}
.TagClassName
{
border-color: #928466;
}
</style>