Shades of Granite Green #918660
Tints of Granite Green #918660
RGB
CMYK
RGB Variations
Color information
#918660 (or 0x918660) is known color: Granite Green. HEX triplet: 91, 86 and 60. RGB value is (145,134,96). Sum of RGB (Red+Green+Blue) = 145+134+96=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #918660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918660 is #6E799F. Grayscale: #858585. Windows color (decimal): -7240096 or 6325905. OLE color: 6325905.
HSL color Cylindrical-coordinate representation of color #918660: hue angle of 46.53º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #918660 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 134 | 96 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.43 |
| HSL | 46.53º | 0.2% | 0.47% | - |
| HSV(B) | 46.53º | 0.34% | 0.57% | - |
| XYZ | 22.31 | 23.91 | 14.51 | - |
| YUV | 132.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 96 | 0 | 0.08 | 0.34 | 0.43 | 46.53 | 0.2 | 0.47 |
| Hex | 91 | 86 | 60 | 0 | 8 | 22 | 2B | 2F | 14 | 2F |
| Octal | 221 | 206 | 140 | 0 | 10 | 42 | 53 | 57 | 24 | 57 |
| Binary | 10010001 | 10000110 | 1100000 | 0 | 1000 | 100010 | 101011 | 101111 | 10100 | 101111 |
Color Harmonies of #918660
Complementary color
Monochromatic Colors of #918660
Black with #918660
Text Example
Text Example
White with #918660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918660; }
p { color: rgb(145,134,96); }
H1.HeaderClassName
{
color: #918660;
}
.AnyTagClassName
{
color: #918660;
}
</style>
background-color css
<style>
a { background-color: #918660; }
a { background-color: rgb(145,134,96); }
div.DivClassName
{
background-color: #918660;
}
.BgClassName
{
background-color: #918660;
}
</style>
border-color css
<style>
span { border-color: #918660; }
span { border-color: rgb(145,134,96); }
td.TdClassName
{
border-color: #918660;
}
.TagClassName
{
border-color: #918660;
}
</style>