Shades of Granite Green #918965
Tints of Granite Green #918965
RGB
CMYK
RGB Variations
Color information
#918965 (or 0x918965) is known color: Granite Green. HEX triplet: 91, 89 and 65. RGB value is (145,137,101). Sum of RGB (Red+Green+Blue) = 145+137+101=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #918965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918965 is #6E769A. Grayscale: #878787. Windows color (decimal): -7239323 or 6654353. OLE color: 6654353.
HSL color Cylindrical-coordinate representation of color #918965: hue angle of 49.09º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #918965 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 101 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.43 |
| HSL | 49.09º | 0.18% | 0.48% | - |
| HSV(B) | 49.09º | 0.3% | 0.57% | - |
| XYZ | 22.97 | 24.85 | 15.9 | - |
| YUV | 135.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 101 | 0 | 0.06 | 0.30 | 0.43 | 49.09 | 0.18 | 0.48 |
| Hex | 91 | 89 | 65 | 0 | 6 | 1E | 2B | 31 | 12 | 30 |
| Octal | 221 | 211 | 145 | 0 | 6 | 36 | 53 | 61 | 22 | 60 |
| Binary | 10010001 | 10001001 | 1100101 | 0 | 110 | 11110 | 101011 | 110001 | 10010 | 110000 |
Color Harmonies of #918965
Complementary color
Monochromatic Colors of #918965
Black with #918965
Text Example
Text Example
White with #918965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918965; }
p { color: rgb(145,137,101); }
H1.HeaderClassName
{
color: #918965;
}
.AnyTagClassName
{
color: #918965;
}
</style>
background-color css
<style>
a { background-color: #918965; }
a { background-color: rgb(145,137,101); }
div.DivClassName
{
background-color: #918965;
}
.BgClassName
{
background-color: #918965;
}
</style>
border-color css
<style>
span { border-color: #918965; }
span { border-color: rgb(145,137,101); }
td.TdClassName
{
border-color: #918965;
}
.TagClassName
{
border-color: #918965;
}
</style>