Shades of Granite Green #8B7E65
Tints of Granite Green #8B7E65
RGB
CMYK
RGB Variations
Color information
#8B7E65 (or 0x8B7E65) is known color: Granite Green. HEX triplet: 8B, 7E and 65. RGB value is (139,126,101). Sum of RGB (Red+Green+Blue) = 139+126+101=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E65 is #74819A. Grayscale: #7F7F7F. Windows color (decimal): -7635355 or 6651531. OLE color: 6651531.
HSL color Cylindrical-coordinate representation of color #8B7E65: hue angle of 39.47º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B7E65 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 101 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.45 |
| HSL | 39.47º | 0.16% | 0.47% | - |
| HSV(B) | 39.47º | 0.27% | 0.55% | - |
| XYZ | 20.46 | 21.35 | 15.35 | - |
| YUV | 127.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 101 | 0 | 0.09 | 0.27 | 0.45 | 39.47 | 0.16 | 0.47 |
| Hex | 8B | 7E | 65 | 0 | 9 | 1B | 2D | 27 | 10 | 2F |
| Octal | 213 | 176 | 145 | 0 | 11 | 33 | 55 | 47 | 20 | 57 |
| Binary | 10001011 | 1111110 | 1100101 | 0 | 1001 | 11011 | 101101 | 100111 | 10000 | 101111 |
Color Harmonies of #8B7E65
Complementary color
Monochromatic Colors of #8B7E65
Black with #8B7E65
Text Example
Text Example
White with #8B7E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E65; }
p { color: rgb(139,126,101); }
H1.HeaderClassName
{
color: #8B7E65;
}
.AnyTagClassName
{
color: #8B7E65;
}
</style>
background-color css
<style>
a { background-color: #8B7E65; }
a { background-color: rgb(139,126,101); }
div.DivClassName
{
background-color: #8B7E65;
}
.BgClassName
{
background-color: #8B7E65;
}
</style>
border-color css
<style>
span { border-color: #8B7E65; }
span { border-color: rgb(139,126,101); }
td.TdClassName
{
border-color: #8B7E65;
}
.TagClassName
{
border-color: #8B7E65;
}
</style>