Shades of Granite Green #8A7E65
Tints of Granite Green #8A7E65
RGB
CMYK
RGB Variations
Color information
#8A7E65 (or 0x8A7E65) is known color: Granite Green. HEX triplet: 8A, 7E and 65. RGB value is (138,126,101). Sum of RGB (Red+Green+Blue) = 138+126+101=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7E65 is #75819A. Grayscale: #7E7E7E. Windows color (decimal): -7700891 or 6651530. OLE color: 6651530.
HSL color Cylindrical-coordinate representation of color #8A7E65: hue angle of 40.54º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A7E65 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 126 | 101 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.46 |
| HSL | 40.54º | 0.15% | 0.47% | - |
| HSV(B) | 40.54º | 0.27% | 0.54% | - |
| XYZ | 20.29 | 21.26 | 15.35 | - |
| YUV | 126.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 126 | 101 | 0 | 0.09 | 0.27 | 0.46 | 40.54 | 0.15 | 0.47 |
| Hex | 8A | 7E | 65 | 0 | 9 | 1B | 2E | 29 | F | 2F |
| Octal | 212 | 176 | 145 | 0 | 11 | 33 | 56 | 51 | 17 | 57 |
| Binary | 10001010 | 1111110 | 1100101 | 0 | 1001 | 11011 | 101110 | 101001 | 1111 | 101111 |
Color Harmonies of #8A7E65
Complementary color
Monochromatic Colors of #8A7E65
Black with #8A7E65
Text Example
Text Example
White with #8A7E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7E65; }
p { color: rgb(138,126,101); }
H1.HeaderClassName
{
color: #8A7E65;
}
.AnyTagClassName
{
color: #8A7E65;
}
</style>
background-color css
<style>
a { background-color: #8A7E65; }
a { background-color: rgb(138,126,101); }
div.DivClassName
{
background-color: #8A7E65;
}
.BgClassName
{
background-color: #8A7E65;
}
</style>
border-color css
<style>
span { border-color: #8A7E65; }
span { border-color: rgb(138,126,101); }
td.TdClassName
{
border-color: #8A7E65;
}
.TagClassName
{
border-color: #8A7E65;
}
</style>