Shades of Granite Green #8A8269
Tints of Granite Green #8A8269
RGB
CMYK
RGB Variations
Color information
#8A8269 (or 0x8A8269) is known color: Granite Green. HEX triplet: 8A, 82 and 69. RGB value is (138,130,105). Sum of RGB (Red+Green+Blue) = 138+130+105=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8269 is #757D96. Grayscale: #818181. Windows color (decimal): -7699863 or 6914698. OLE color: 6914698.
HSL color Cylindrical-coordinate representation of color #8A8269: hue angle of 45.45º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A8269 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 105 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.46 |
| HSL | 45.45º | 0.14% | 0.48% | - |
| HSV(B) | 45.45º | 0.24% | 0.54% | - |
| XYZ | 21.01 | 22.39 | 16.58 | - |
| YUV | 129.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 105 | 0 | 0.06 | 0.24 | 0.46 | 45.45 | 0.14 | 0.48 |
| Hex | 8A | 82 | 69 | 0 | 6 | 18 | 2E | 2D | E | 30 |
| Octal | 212 | 202 | 151 | 0 | 6 | 30 | 56 | 55 | 16 | 60 |
| Binary | 10001010 | 10000010 | 1101001 | 0 | 110 | 11000 | 101110 | 101101 | 1110 | 110000 |
Color Harmonies of #8A8269
Complementary color
Monochromatic Colors of #8A8269
Black with #8A8269
Text Example
Text Example
White with #8A8269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8269; }
p { color: rgb(138,130,105); }
H1.HeaderClassName
{
color: #8A8269;
}
.AnyTagClassName
{
color: #8A8269;
}
</style>
background-color css
<style>
a { background-color: #8A8269; }
a { background-color: rgb(138,130,105); }
div.DivClassName
{
background-color: #8A8269;
}
.BgClassName
{
background-color: #8A8269;
}
</style>
border-color css
<style>
span { border-color: #8A8269; }
span { border-color: rgb(138,130,105); }
td.TdClassName
{
border-color: #8A8269;
}
.TagClassName
{
border-color: #8A8269;
}
</style>