Shades of Granite Green #8A8265
Tints of Granite Green #8A8265
RGB
CMYK
RGB Variations
Color information
#8A8265 (or 0x8A8265) is known color: Granite Green. HEX triplet: 8A, 82 and 65. RGB value is (138,130,101). Sum of RGB (Red+Green+Blue) = 138+130+101=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8265 is #757D9A. Grayscale: #818181. Windows color (decimal): -7699867 or 6652554. OLE color: 6652554.
HSL color Cylindrical-coordinate representation of color #8A8265: hue angle of 47.03º 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 #8A8265 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 101 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.46 |
| HSL | 47.03º | 0.15% | 0.47% | - |
| HSV(B) | 47.03º | 0.27% | 0.54% | - |
| XYZ | 20.81 | 22.31 | 15.52 | - |
| YUV | 129.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 101 | 0 | 0.06 | 0.27 | 0.46 | 47.03 | 0.15 | 0.47 |
| Hex | 8A | 82 | 65 | 0 | 6 | 1B | 2E | 2F | F | 2F |
| Octal | 212 | 202 | 145 | 0 | 6 | 33 | 56 | 57 | 17 | 57 |
| Binary | 10001010 | 10000010 | 1100101 | 0 | 110 | 11011 | 101110 | 101111 | 1111 | 101111 |
Color Harmonies of #8A8265
Complementary color
Monochromatic Colors of #8A8265
Black with #8A8265
Text Example
Text Example
White with #8A8265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8265; }
p { color: rgb(138,130,101); }
H1.HeaderClassName
{
color: #8A8265;
}
.AnyTagClassName
{
color: #8A8265;
}
</style>
background-color css
<style>
a { background-color: #8A8265; }
a { background-color: rgb(138,130,101); }
div.DivClassName
{
background-color: #8A8265;
}
.BgClassName
{
background-color: #8A8265;
}
</style>
border-color css
<style>
span { border-color: #8A8265; }
span { border-color: rgb(138,130,101); }
td.TdClassName
{
border-color: #8A8265;
}
.TagClassName
{
border-color: #8A8265;
}
</style>