Shades of Granite Green #918160
Tints of Granite Green #918160
RGB
CMYK
RGB Variations
Color information
#918160 (or 0x918160) is known color: Granite Green. HEX triplet: 91, 81 and 60. RGB value is (145,129,96). Sum of RGB (Red+Green+Blue) = 145+129+96=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #918160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918160 is #6E7E9F. Grayscale: #828282. Windows color (decimal): -7241376 or 6324625. OLE color: 6324625.
HSL color Cylindrical-coordinate representation of color #918160: hue angle of 40.41º 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 #918160 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 96 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.43 |
| HSL | 40.41º | 0.2% | 0.47% | - |
| HSV(B) | 40.41º | 0.34% | 0.57% | - |
| XYZ | 21.64 | 22.56 | 14.28 | - |
| YUV | 130.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 96 | 0 | 0.11 | 0.34 | 0.43 | 40.41 | 0.2 | 0.47 |
| Hex | 91 | 81 | 60 | 0 | B | 22 | 2B | 28 | 14 | 2F |
| Octal | 221 | 201 | 140 | 0 | 13 | 42 | 53 | 50 | 24 | 57 |
| Binary | 10010001 | 10000001 | 1100000 | 0 | 1011 | 100010 | 101011 | 101000 | 10100 | 101111 |
Color Harmonies of #918160
Complementary color
Monochromatic Colors of #918160
Black with #918160
Text Example
Text Example
White with #918160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918160; }
p { color: rgb(145,129,96); }
H1.HeaderClassName
{
color: #918160;
}
.AnyTagClassName
{
color: #918160;
}
</style>
background-color css
<style>
a { background-color: #918160; }
a { background-color: rgb(145,129,96); }
div.DivClassName
{
background-color: #918160;
}
.BgClassName
{
background-color: #918160;
}
</style>
border-color css
<style>
span { border-color: #918160; }
span { border-color: rgb(145,129,96); }
td.TdClassName
{
border-color: #918160;
}
.TagClassName
{
border-color: #918160;
}
</style>