Shades of Granite Green #928665
Tints of Granite Green #928665
RGB
CMYK
RGB Variations
Color information
#928665 (or 0x928665) is known color: Granite Green. HEX triplet: 92, 86 and 65. RGB value is (146,134,101). Sum of RGB (Red+Green+Blue) = 146+134+101=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #928665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928665 is #6D799A. Grayscale: #858585. Windows color (decimal): -7174555 or 6653586. OLE color: 6653586.
HSL color Cylindrical-coordinate representation of color #928665: hue angle of 44º 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 #928665 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 134 | 101 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.43 |
| HSL | 44º | 0.18% | 0.48% | - |
| HSV(B) | 44º | 0.31% | 0.57% | - |
| XYZ | 22.73 | 24.1 | 15.77 | - |
| YUV | 133.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 101 | 0 | 0.08 | 0.31 | 0.43 | 44 | 0.18 | 0.48 |
| Hex | 92 | 86 | 65 | 0 | 8 | 1F | 2B | 2C | 12 | 30 |
| Octal | 222 | 206 | 145 | 0 | 10 | 37 | 53 | 54 | 22 | 60 |
| Binary | 10010010 | 10000110 | 1100101 | 0 | 1000 | 11111 | 101011 | 101100 | 10010 | 110000 |
Color Harmonies of #928665
Complementary color
Monochromatic Colors of #928665
Black with #928665
Text Example
Text Example
White with #928665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928665; }
p { color: rgb(146,134,101); }
H1.HeaderClassName
{
color: #928665;
}
.AnyTagClassName
{
color: #928665;
}
</style>
background-color css
<style>
a { background-color: #928665; }
a { background-color: rgb(146,134,101); }
div.DivClassName
{
background-color: #928665;
}
.BgClassName
{
background-color: #928665;
}
</style>
border-color css
<style>
span { border-color: #928665; }
span { border-color: rgb(146,134,101); }
td.TdClassName
{
border-color: #928665;
}
.TagClassName
{
border-color: #928665;
}
</style>