Shades of Granite Green #8A8169
Tints of Granite Green #8A8169
RGB
CMYK
RGB Variations
Color information
#8A8169 (or 0x8A8169) is known color: Granite Green. HEX triplet: 8A, 81 and 69. RGB value is (138,129,105). Sum of RGB (Red+Green+Blue) = 138+129+105=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8169 is #757E96. Grayscale: #818181. Windows color (decimal): -7700119 or 6914442. OLE color: 6914442.
HSL color Cylindrical-coordinate representation of color #8A8169: hue angle of 43.64º 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 #8A8169 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 105 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.46 |
| HSL | 43.64º | 0.14% | 0.48% | - |
| HSV(B) | 43.64º | 0.24% | 0.54% | - |
| XYZ | 20.88 | 22.12 | 16.53 | - |
| YUV | 128.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 105 | 0 | 0.07 | 0.24 | 0.46 | 43.64 | 0.14 | 0.48 |
| Hex | 8A | 81 | 69 | 0 | 7 | 18 | 2E | 2C | E | 30 |
| Octal | 212 | 201 | 151 | 0 | 7 | 30 | 56 | 54 | 16 | 60 |
| Binary | 10001010 | 10000001 | 1101001 | 0 | 111 | 11000 | 101110 | 101100 | 1110 | 110000 |
Color Harmonies of #8A8169
Complementary color
Monochromatic Colors of #8A8169
Black with #8A8169
Text Example
Text Example
White with #8A8169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8169; }
p { color: rgb(138,129,105); }
H1.HeaderClassName
{
color: #8A8169;
}
.AnyTagClassName
{
color: #8A8169;
}
</style>
background-color css
<style>
a { background-color: #8A8169; }
a { background-color: rgb(138,129,105); }
div.DivClassName
{
background-color: #8A8169;
}
.BgClassName
{
background-color: #8A8169;
}
</style>
border-color css
<style>
span { border-color: #8A8169; }
span { border-color: rgb(138,129,105); }
td.TdClassName
{
border-color: #8A8169;
}
.TagClassName
{
border-color: #8A8169;
}
</style>