Shades of Granite Green #89826A
Tints of Granite Green #89826A
RGB
CMYK
RGB Variations
Color information
#89826A (or 0x89826A) is known color: Granite Green. HEX triplet: 89, 82 and 6A. RGB value is (137,130,106). Sum of RGB (Red+Green+Blue) = 137+130+106=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #89826A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89826A is #767D95. Grayscale: #818181. Windows color (decimal): -7765398 or 6980233. OLE color: 6980233.
HSL color Cylindrical-coordinate representation of color #89826A: hue angle of 46.45º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89826A is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 106 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.46 |
| HSL | 46.45º | 0.13% | 0.48% | - |
| HSV(B) | 46.45º | 0.23% | 0.54% | - |
| XYZ | 20.9 | 22.32 | 16.84 | - |
| YUV | 129.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 106 | 0 | 0.05 | 0.23 | 0.46 | 46.45 | 0.13 | 0.48 |
| Hex | 89 | 82 | 6A | 0 | 5 | 17 | 2E | 2E | D | 30 |
| Octal | 211 | 202 | 152 | 0 | 5 | 27 | 56 | 56 | 15 | 60 |
| Binary | 10001001 | 10000010 | 1101010 | 0 | 101 | 10111 | 101110 | 101110 | 1101 | 110000 |
Color Harmonies of #89826A
Complementary color
Monochromatic Colors of #89826A
Black with #89826A
Text Example
Text Example
White with #89826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89826A; }
p { color: rgb(137,130,106); }
H1.HeaderClassName
{
color: #89826A;
}
.AnyTagClassName
{
color: #89826A;
}
</style>
background-color css
<style>
a { background-color: #89826A; }
a { background-color: rgb(137,130,106); }
div.DivClassName
{
background-color: #89826A;
}
.BgClassName
{
background-color: #89826A;
}
</style>
border-color css
<style>
span { border-color: #89826A; }
span { border-color: rgb(137,130,106); }
td.TdClassName
{
border-color: #89826A;
}
.TagClassName
{
border-color: #89826A;
}
</style>