Shades of Granite Green #89816B
Tints of Granite Green #89816B
RGB
CMYK
RGB Variations
Color information
#89816B (or 0x89816B) is known color: Granite Green. HEX triplet: 89, 81 and 6B. RGB value is (137,129,107). Sum of RGB (Red+Green+Blue) = 137+129+107=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #89816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89816B is #767E94. Grayscale: #808080. Windows color (decimal): -7765653 or 7045513. OLE color: 7045513.
HSL color Cylindrical-coordinate representation of color #89816B: hue angle of 44º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89816B is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 129 | 107 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.46 |
| HSL | 44º | 0.12% | 0.48% | - |
| HSV(B) | 44º | 0.22% | 0.54% | - |
| XYZ | 20.82 | 22.08 | 17.07 | - |
| YUV | 128.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 107 | 0 | 0.06 | 0.22 | 0.46 | 44 | 0.12 | 0.48 |
| Hex | 89 | 81 | 6B | 0 | 6 | 16 | 2E | 2C | C | 30 |
| Octal | 211 | 201 | 153 | 0 | 6 | 26 | 56 | 54 | 14 | 60 |
| Binary | 10001001 | 10000001 | 1101011 | 0 | 110 | 10110 | 101110 | 101100 | 1100 | 110000 |
Color Harmonies of #89816B
Complementary color
Monochromatic Colors of #89816B
Black with #89816B
Text Example
Text Example
White with #89816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89816B; }
p { color: rgb(137,129,107); }
H1.HeaderClassName
{
color: #89816B;
}
.AnyTagClassName
{
color: #89816B;
}
</style>
background-color css
<style>
a { background-color: #89816B; }
a { background-color: rgb(137,129,107); }
div.DivClassName
{
background-color: #89816B;
}
.BgClassName
{
background-color: #89816B;
}
</style>
border-color css
<style>
span { border-color: #89816B; }
span { border-color: rgb(137,129,107); }
td.TdClassName
{
border-color: #89816B;
}
.TagClassName
{
border-color: #89816B;
}
</style>