Shades of Granite Green #918563
Tints of Granite Green #918563
RGB
CMYK
RGB Variations
Color information
#918563 (or 0x918563) is known color: Granite Green. HEX triplet: 91, 85 and 63. RGB value is (145,133,99). Sum of RGB (Red+Green+Blue) = 145+133+99=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #918563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918563 is #6E7A9C. Grayscale: #848484. Windows color (decimal): -7240349 or 6522257. OLE color: 6522257.
HSL color Cylindrical-coordinate representation of color #918563: hue angle of 44.35º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #918563 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 99 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.43 |
| HSL | 44.35º | 0.19% | 0.48% | - |
| HSV(B) | 44.35º | 0.32% | 0.57% | - |
| XYZ | 22.32 | 23.7 | 15.2 | - |
| YUV | 132.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 99 | 0 | 0.08 | 0.32 | 0.43 | 44.35 | 0.19 | 0.48 |
| Hex | 91 | 85 | 63 | 0 | 8 | 20 | 2B | 2C | 13 | 30 |
| Octal | 221 | 205 | 143 | 0 | 10 | 40 | 53 | 54 | 23 | 60 |
| Binary | 10010001 | 10000101 | 1100011 | 0 | 1000 | 100000 | 101011 | 101100 | 10011 | 110000 |
Color Harmonies of #918563
Complementary color
Monochromatic Colors of #918563
Black with #918563
Text Example
Text Example
White with #918563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918563; }
p { color: rgb(145,133,99); }
H1.HeaderClassName
{
color: #918563;
}
.AnyTagClassName
{
color: #918563;
}
</style>
background-color css
<style>
a { background-color: #918563; }
a { background-color: rgb(145,133,99); }
div.DivClassName
{
background-color: #918563;
}
.BgClassName
{
background-color: #918563;
}
</style>
border-color css
<style>
span { border-color: #918563; }
span { border-color: rgb(145,133,99); }
td.TdClassName
{
border-color: #918563;
}
.TagClassName
{
border-color: #918563;
}
</style>