Shades of Granite Green #89826F
Tints of Granite Green #89826F
RGB
CMYK
RGB Variations
Color information
#89826F (or 0x89826F) is known color: Granite Green. HEX triplet: 89, 82 and 6F. RGB value is (137,130,111). Sum of RGB (Red+Green+Blue) = 137+130+111=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #89826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89826F is #767D90. Grayscale: #828282. Windows color (decimal): -7765393 or 7307913. OLE color: 7307913.
HSL color Cylindrical-coordinate representation of color #89826F: hue angle of 43.85º 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 #89826F is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 111 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.46 |
| HSL | 43.85º | 0.1% | 0.49% | - |
| HSV(B) | 43.85º | 0.19% | 0.54% | - |
| XYZ | 21.17 | 22.43 | 18.25 | - |
| YUV | 129.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 111 | 0 | 0.05 | 0.19 | 0.46 | 43.85 | 0.1 | 0.49 |
| Hex | 89 | 82 | 6F | 0 | 5 | 13 | 2E | 2C | A | 31 |
| Octal | 211 | 202 | 157 | 0 | 5 | 23 | 56 | 54 | 12 | 61 |
| Binary | 10001001 | 10000010 | 1101111 | 0 | 101 | 10011 | 101110 | 101100 | 1010 | 110001 |
Color Harmonies of #89826F
Complementary color
Monochromatic Colors of #89826F
Black with #89826F
Text Example
Text Example
White with #89826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89826F; }
p { color: rgb(137,130,111); }
H1.HeaderClassName
{
color: #89826F;
}
.AnyTagClassName
{
color: #89826F;
}
</style>
background-color css
<style>
a { background-color: #89826F; }
a { background-color: rgb(137,130,111); }
div.DivClassName
{
background-color: #89826F;
}
.BgClassName
{
background-color: #89826F;
}
</style>
border-color css
<style>
span { border-color: #89826F; }
span { border-color: rgb(137,130,111); }
td.TdClassName
{
border-color: #89826F;
}
.TagClassName
{
border-color: #89826F;
}
</style>