Shades of Granite Green #89846D
Tints of Granite Green #89846D
RGB
CMYK
RGB Variations
Color information
#89846D (or 0x89846D) is known color: Granite Green. HEX triplet: 89, 84 and 6D. RGB value is (137,132,109). Sum of RGB (Red+Green+Blue) = 137+132+109=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #89846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89846D is #767B92. Grayscale: #828282. Windows color (decimal): -7764883 or 7177353. OLE color: 7177353.
HSL color Cylindrical-coordinate representation of color #89846D: hue angle of 49.29º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89846D is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 109 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.46 |
| HSL | 49.29º | 0.11% | 0.48% | - |
| HSV(B) | 49.29º | 0.2% | 0.54% | - |
| XYZ | 21.33 | 22.93 | 17.77 | - |
| YUV | 130.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 109 | 0 | 0.04 | 0.20 | 0.46 | 49.29 | 0.11 | 0.48 |
| Hex | 89 | 84 | 6D | 0 | 4 | 14 | 2E | 31 | B | 30 |
| Octal | 211 | 204 | 155 | 0 | 4 | 24 | 56 | 61 | 13 | 60 |
| Binary | 10001001 | 10000100 | 1101101 | 0 | 100 | 10100 | 101110 | 110001 | 1011 | 110000 |
Color Harmonies of #89846D
Complementary color
Monochromatic Colors of #89846D
Black with #89846D
Text Example
Text Example
White with #89846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89846D; }
p { color: rgb(137,132,109); }
H1.HeaderClassName
{
color: #89846D;
}
.AnyTagClassName
{
color: #89846D;
}
</style>
background-color css
<style>
a { background-color: #89846D; }
a { background-color: rgb(137,132,109); }
div.DivClassName
{
background-color: #89846D;
}
.BgClassName
{
background-color: #89846D;
}
</style>
border-color css
<style>
span { border-color: #89846D; }
span { border-color: rgb(137,132,109); }
td.TdClassName
{
border-color: #89846D;
}
.TagClassName
{
border-color: #89846D;
}
</style>