Shades of Granite Green #89846F
Tints of Granite Green #89846F
RGB
CMYK
RGB Variations
Color information
#89846F (or 0x89846F) is known color: Granite Green. HEX triplet: 89, 84 and 6F. RGB value is (137,132,111). Sum of RGB (Red+Green+Blue) = 137+132+111=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #89846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89846F is #767B90. Grayscale: #838383. Windows color (decimal): -7764881 or 7308425. OLE color: 7308425.
HSL color Cylindrical-coordinate representation of color #89846F: hue angle of 48.46º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89846F is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 111 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.46 |
| HSL | 48.46º | 0.1% | 0.49% | - |
| HSV(B) | 48.46º | 0.19% | 0.54% | - |
| XYZ | 21.44 | 22.97 | 18.34 | - |
| YUV | 131.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 111 | 0 | 0.04 | 0.19 | 0.46 | 48.46 | 0.1 | 0.49 |
| Hex | 89 | 84 | 6F | 0 | 4 | 13 | 2E | 30 | A | 31 |
| Octal | 211 | 204 | 157 | 0 | 4 | 23 | 56 | 60 | 12 | 61 |
| Binary | 10001001 | 10000100 | 1101111 | 0 | 100 | 10011 | 101110 | 110000 | 1010 | 110001 |
Color Harmonies of #89846F
Complementary color
Monochromatic Colors of #89846F
Black with #89846F
Text Example
Text Example
White with #89846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89846F; }
p { color: rgb(137,132,111); }
H1.HeaderClassName
{
color: #89846F;
}
.AnyTagClassName
{
color: #89846F;
}
</style>
background-color css
<style>
a { background-color: #89846F; }
a { background-color: rgb(137,132,111); }
div.DivClassName
{
background-color: #89846F;
}
.BgClassName
{
background-color: #89846F;
}
</style>
border-color css
<style>
span { border-color: #89846F; }
span { border-color: rgb(137,132,111); }
td.TdClassName
{
border-color: #89846F;
}
.TagClassName
{
border-color: #89846F;
}
</style>