Shades of Granite Green #918562
Tints of Granite Green #918562
RGB
CMYK
RGB Variations
Color information
#918562 (or 0x918562) is known color: Granite Green. HEX triplet: 91, 85 and 62. RGB value is (145,133,98). Sum of RGB (Red+Green+Blue) = 145+133+98=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #918562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918562 is #6E7A9D. Grayscale: #848484. Windows color (decimal): -7240350 or 6456721. OLE color: 6456721.
HSL color Cylindrical-coordinate representation of color #918562: hue angle of 44.68º 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 #918562 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 98 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.43 |
| HSL | 44.68º | 0.19% | 0.48% | - |
| HSV(B) | 44.68º | 0.32% | 0.57% | - |
| XYZ | 22.27 | 23.68 | 14.95 | - |
| YUV | 132.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 98 | 0 | 0.08 | 0.32 | 0.43 | 44.68 | 0.19 | 0.48 |
| Hex | 91 | 85 | 62 | 0 | 8 | 20 | 2B | 2D | 13 | 30 |
| Octal | 221 | 205 | 142 | 0 | 10 | 40 | 53 | 55 | 23 | 60 |
| Binary | 10010001 | 10000101 | 1100010 | 0 | 1000 | 100000 | 101011 | 101101 | 10011 | 110000 |
Color Harmonies of #918562
Complementary color
Monochromatic Colors of #918562
Black with #918562
Text Example
Text Example
White with #918562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918562; }
p { color: rgb(145,133,98); }
H1.HeaderClassName
{
color: #918562;
}
.AnyTagClassName
{
color: #918562;
}
</style>
background-color css
<style>
a { background-color: #918562; }
a { background-color: rgb(145,133,98); }
div.DivClassName
{
background-color: #918562;
}
.BgClassName
{
background-color: #918562;
}
</style>
border-color css
<style>
span { border-color: #918562; }
span { border-color: rgb(145,133,98); }
td.TdClassName
{
border-color: #918562;
}
.TagClassName
{
border-color: #918562;
}
</style>