Shades of Granite Green #918360
Tints of Granite Green #918360
RGB
CMYK
RGB Variations
Color information
#918360 (or 0x918360) is known color: Granite Green. HEX triplet: 91, 83 and 60. RGB value is (145,131,96). Sum of RGB (Red+Green+Blue) = 145+131+96=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #918360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918360 is #6E7C9F. Grayscale: #838383. Windows color (decimal): -7240864 or 6325137. OLE color: 6325137.
HSL color Cylindrical-coordinate representation of color #918360: hue angle of 42.86º 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 #918360 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 131 | 96 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.43 |
| HSL | 42.86º | 0.2% | 0.47% | - |
| HSV(B) | 42.86º | 0.34% | 0.57% | - |
| XYZ | 21.9 | 23.1 | 14.37 | - |
| YUV | 131.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 96 | 0 | 0.10 | 0.34 | 0.43 | 42.86 | 0.2 | 0.47 |
| Hex | 91 | 83 | 60 | 0 | A | 22 | 2B | 2B | 14 | 2F |
| Octal | 221 | 203 | 140 | 0 | 12 | 42 | 53 | 53 | 24 | 57 |
| Binary | 10010001 | 10000011 | 1100000 | 0 | 1010 | 100010 | 101011 | 101011 | 10100 | 101111 |
Color Harmonies of #918360
Complementary color
Monochromatic Colors of #918360
Black with #918360
Text Example
Text Example
White with #918360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918360; }
p { color: rgb(145,131,96); }
H1.HeaderClassName
{
color: #918360;
}
.AnyTagClassName
{
color: #918360;
}
</style>
background-color css
<style>
a { background-color: #918360; }
a { background-color: rgb(145,131,96); }
div.DivClassName
{
background-color: #918360;
}
.BgClassName
{
background-color: #918360;
}
</style>
border-color css
<style>
span { border-color: #918360; }
span { border-color: rgb(145,131,96); }
td.TdClassName
{
border-color: #918360;
}
.TagClassName
{
border-color: #918360;
}
</style>