Shades of Granite Green #8A816C
Tints of Granite Green #8A816C
RGB
CMYK
RGB Variations
Color information
#8A816C (or 0x8A816C) is known color: Granite Green. HEX triplet: 8A, 81 and 6C. RGB value is (138,129,108). Sum of RGB (Red+Green+Blue) = 138+129+108=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 138 - color contains mainly: red. Hex color #8A816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A816C is #757E93. Grayscale: #818181. Windows color (decimal): -7700116 or 7111050. OLE color: 7111050.
HSL color Cylindrical-coordinate representation of color #8A816C: hue angle of 42º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A816C is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 108 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.46 |
| HSL | 42º | 0.12% | 0.48% | - |
| HSV(B) | 42º | 0.22% | 0.54% | - |
| XYZ | 21.04 | 22.19 | 17.36 | - |
| YUV | 129.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 108 | 0 | 0.07 | 0.22 | 0.46 | 42 | 0.12 | 0.48 |
| Hex | 8A | 81 | 6C | 0 | 7 | 16 | 2E | 2A | C | 30 |
| Octal | 212 | 201 | 154 | 0 | 7 | 26 | 56 | 52 | 14 | 60 |
| Binary | 10001010 | 10000001 | 1101100 | 0 | 111 | 10110 | 101110 | 101010 | 1100 | 110000 |
Color Harmonies of #8A816C
Complementary color
Monochromatic Colors of #8A816C
Black with #8A816C
Text Example
Text Example
White with #8A816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A816C; }
p { color: rgb(138,129,108); }
H1.HeaderClassName
{
color: #8A816C;
}
.AnyTagClassName
{
color: #8A816C;
}
</style>
background-color css
<style>
a { background-color: #8A816C; }
a { background-color: rgb(138,129,108); }
div.DivClassName
{
background-color: #8A816C;
}
.BgClassName
{
background-color: #8A816C;
}
</style>
border-color css
<style>
span { border-color: #8A816C; }
span { border-color: rgb(138,129,108); }
td.TdClassName
{
border-color: #8A816C;
}
.TagClassName
{
border-color: #8A816C;
}
</style>