Shades of Granite Green #918560
Tints of Granite Green #918560
RGB
CMYK
RGB Variations
Color information
#918560 (or 0x918560) is known color: Granite Green. HEX triplet: 91, 85 and 60. RGB value is (145,133,96). Sum of RGB (Red+Green+Blue) = 145+133+96=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #918560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918560 is #6E7A9F. Grayscale: #848484. Windows color (decimal): -7240352 or 6325649. OLE color: 6325649.
HSL color Cylindrical-coordinate representation of color #918560: hue angle of 45.31º 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 #918560 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 96 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.43 |
| HSL | 45.31º | 0.2% | 0.47% | - |
| HSV(B) | 45.31º | 0.34% | 0.57% | - |
| XYZ | 22.18 | 23.64 | 14.46 | - |
| YUV | 132.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 96 | 0 | 0.08 | 0.34 | 0.43 | 45.31 | 0.2 | 0.47 |
| Hex | 91 | 85 | 60 | 0 | 8 | 22 | 2B | 2D | 14 | 2F |
| Octal | 221 | 205 | 140 | 0 | 10 | 42 | 53 | 55 | 24 | 57 |
| Binary | 10010001 | 10000101 | 1100000 | 0 | 1000 | 100010 | 101011 | 101101 | 10100 | 101111 |
Color Harmonies of #918560
Complementary color
Monochromatic Colors of #918560
Black with #918560
Text Example
Text Example
White with #918560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918560; }
p { color: rgb(145,133,96); }
H1.HeaderClassName
{
color: #918560;
}
.AnyTagClassName
{
color: #918560;
}
</style>
background-color css
<style>
a { background-color: #918560; }
a { background-color: rgb(145,133,96); }
div.DivClassName
{
background-color: #918560;
}
.BgClassName
{
background-color: #918560;
}
</style>
border-color css
<style>
span { border-color: #918560; }
span { border-color: rgb(145,133,96); }
td.TdClassName
{
border-color: #918560;
}
.TagClassName
{
border-color: #918560;
}
</style>