Shades of Granite Green #89846C
Tints of Granite Green #89846C
RGB
CMYK
RGB Variations
Color information
#89846C (or 0x89846C) is known color: Granite Green. HEX triplet: 89, 84 and 6C. RGB value is (137,132,108). Sum of RGB (Red+Green+Blue) = 137+132+108=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 137 - color contains mainly: red. Hex color #89846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89846C is #767B93. Grayscale: #828282. Windows color (decimal): -7764884 or 7111817. OLE color: 7111817.
HSL color Cylindrical-coordinate representation of color #89846C: hue angle of 49.66º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89846C is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 108 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.46 |
| HSL | 49.66º | 0.12% | 0.48% | - |
| HSV(B) | 49.66º | 0.21% | 0.54% | - |
| XYZ | 21.27 | 22.9 | 17.49 | - |
| YUV | 130.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 108 | 0 | 0.04 | 0.21 | 0.46 | 49.66 | 0.12 | 0.48 |
| Hex | 89 | 84 | 6C | 0 | 4 | 15 | 2E | 32 | C | 30 |
| Octal | 211 | 204 | 154 | 0 | 4 | 25 | 56 | 62 | 14 | 60 |
| Binary | 10001001 | 10000100 | 1101100 | 0 | 100 | 10101 | 101110 | 110010 | 1100 | 110000 |
Color Harmonies of #89846C
Complementary color
Monochromatic Colors of #89846C
Black with #89846C
Text Example
Text Example
White with #89846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89846C; }
p { color: rgb(137,132,108); }
H1.HeaderClassName
{
color: #89846C;
}
.AnyTagClassName
{
color: #89846C;
}
</style>
background-color css
<style>
a { background-color: #89846C; }
a { background-color: rgb(137,132,108); }
div.DivClassName
{
background-color: #89846C;
}
.BgClassName
{
background-color: #89846C;
}
</style>
border-color css
<style>
span { border-color: #89846C; }
span { border-color: rgb(137,132,108); }
td.TdClassName
{
border-color: #89846C;
}
.TagClassName
{
border-color: #89846C;
}
</style>