Shades of Granite Green #918162
Tints of Granite Green #918162
RGB
CMYK
RGB Variations
Color information
#918162 (or 0x918162) is known color: Granite Green. HEX triplet: 91, 81 and 62. RGB value is (145,129,98). Sum of RGB (Red+Green+Blue) = 145+129+98=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #918162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918162 is #6E7E9D. Grayscale: #828282. Windows color (decimal): -7241374 or 6455697. OLE color: 6455697.
HSL color Cylindrical-coordinate representation of color #918162: hue angle of 39.57º 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 #918162 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 98 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.43 |
| HSL | 39.57º | 0.19% | 0.48% | - |
| HSV(B) | 39.57º | 0.32% | 0.57% | - |
| XYZ | 21.73 | 22.6 | 14.77 | - |
| YUV | 130.25 | 109.8 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 98 | 0 | 0.11 | 0.32 | 0.43 | 39.57 | 0.19 | 0.48 |
| Hex | 91 | 81 | 62 | 0 | B | 20 | 2B | 28 | 13 | 30 |
| Octal | 221 | 201 | 142 | 0 | 13 | 40 | 53 | 50 | 23 | 60 |
| Binary | 10010001 | 10000001 | 1100010 | 0 | 1011 | 100000 | 101011 | 101000 | 10011 | 110000 |
Color Harmonies of #918162
Complementary color
Monochromatic Colors of #918162
Black with #918162
Text Example
Text Example
White with #918162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918162; }
p { color: rgb(145,129,98); }
H1.HeaderClassName
{
color: #918162;
}
.AnyTagClassName
{
color: #918162;
}
</style>
background-color css
<style>
a { background-color: #918162; }
a { background-color: rgb(145,129,98); }
div.DivClassName
{
background-color: #918162;
}
.BgClassName
{
background-color: #918162;
}
</style>
border-color css
<style>
span { border-color: #918162; }
span { border-color: rgb(145,129,98); }
td.TdClassName
{
border-color: #918162;
}
.TagClassName
{
border-color: #918162;
}
</style>