Shades of Granite Green #897F65
Tints of Granite Green #897F65
RGB
CMYK
RGB Variations
Color information
#897F65 (or 0x897F65) is known color: Granite Green. HEX triplet: 89, 7F and 65. RGB value is (137,127,101). Sum of RGB (Red+Green+Blue) = 137+127+101=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #897F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F65 is #76809A. Grayscale: #7F7F7F. Windows color (decimal): -7766171 or 6651785. OLE color: 6651785.
HSL color Cylindrical-coordinate representation of color #897F65: hue angle of 43.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #897F65 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 127 | 101 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.46 |
| HSL | 43.33º | 0.15% | 0.47% | - |
| HSV(B) | 43.33º | 0.26% | 0.54% | - |
| XYZ | 20.25 | 21.44 | 15.38 | - |
| YUV | 127.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 101 | 0 | 0.07 | 0.26 | 0.46 | 43.33 | 0.15 | 0.47 |
| Hex | 89 | 7F | 65 | 0 | 7 | 1A | 2E | 2B | F | 2F |
| Octal | 211 | 177 | 145 | 0 | 7 | 32 | 56 | 53 | 17 | 57 |
| Binary | 10001001 | 1111111 | 1100101 | 0 | 111 | 11010 | 101110 | 101011 | 1111 | 101111 |
Color Harmonies of #897F65
Complementary color
Monochromatic Colors of #897F65
Black with #897F65
Text Example
Text Example
White with #897F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F65; }
p { color: rgb(137,127,101); }
H1.HeaderClassName
{
color: #897F65;
}
.AnyTagClassName
{
color: #897F65;
}
</style>
background-color css
<style>
a { background-color: #897F65; }
a { background-color: rgb(137,127,101); }
div.DivClassName
{
background-color: #897F65;
}
.BgClassName
{
background-color: #897F65;
}
</style>
border-color css
<style>
span { border-color: #897F65; }
span { border-color: rgb(137,127,101); }
td.TdClassName
{
border-color: #897F65;
}
.TagClassName
{
border-color: #897F65;
}
</style>