Shades of Granite Green #928265
Tints of Granite Green #928265
RGB
CMYK
RGB Variations
Color information
#928265 (or 0x928265) is known color: Granite Green. HEX triplet: 92, 82 and 65. RGB value is (146,130,101). Sum of RGB (Red+Green+Blue) = 146+130+101=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 146 - color contains mainly: red. Hex color #928265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928265 is #6D7D9A. Grayscale: #838383. Windows color (decimal): -7175579 or 6652562. OLE color: 6652562.
HSL color Cylindrical-coordinate representation of color #928265: hue angle of 38.67º 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 #928265 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 101 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.43 |
| HSL | 38.67º | 0.18% | 0.48% | - |
| HSV(B) | 38.67º | 0.31% | 0.57% | - |
| XYZ | 22.19 | 23.02 | 15.59 | - |
| YUV | 131.48 | 110.8 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 101 | 0 | 0.11 | 0.31 | 0.43 | 38.67 | 0.18 | 0.48 |
| Hex | 92 | 82 | 65 | 0 | B | 1F | 2B | 27 | 12 | 30 |
| Octal | 222 | 202 | 145 | 0 | 13 | 37 | 53 | 47 | 22 | 60 |
| Binary | 10010010 | 10000010 | 1100101 | 0 | 1011 | 11111 | 101011 | 100111 | 10010 | 110000 |
Color Harmonies of #928265
Complementary color
Monochromatic Colors of #928265
Black with #928265
Text Example
Text Example
White with #928265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928265; }
p { color: rgb(146,130,101); }
H1.HeaderClassName
{
color: #928265;
}
.AnyTagClassName
{
color: #928265;
}
</style>
background-color css
<style>
a { background-color: #928265; }
a { background-color: rgb(146,130,101); }
div.DivClassName
{
background-color: #928265;
}
.BgClassName
{
background-color: #928265;
}
</style>
border-color css
<style>
span { border-color: #928265; }
span { border-color: rgb(146,130,101); }
td.TdClassName
{
border-color: #928265;
}
.TagClassName
{
border-color: #928265;
}
</style>