Shades of Granite Green #8A816B
Tints of Granite Green #8A816B
RGB
CMYK
RGB Variations
Color information
#8A816B (or 0x8A816B) is known color: Granite Green. HEX triplet: 8A, 81 and 6B. RGB value is (138,129,107). Sum of RGB (Red+Green+Blue) = 138+129+107=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 138 - color contains mainly: red. Hex color #8A816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A816B is #757E94. Grayscale: #818181. Windows color (decimal): -7700117 or 7045514. OLE color: 7045514.
HSL color Cylindrical-coordinate representation of color #8A816B: hue angle of 42.58º degrees, saturation: 0.13, 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 #8A816B is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 107 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.46 |
| HSL | 42.58º | 0.13% | 0.48% | - |
| HSV(B) | 42.58º | 0.22% | 0.54% | - |
| XYZ | 20.99 | 22.17 | 17.08 | - |
| YUV | 129.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 107 | 0 | 0.07 | 0.22 | 0.46 | 42.58 | 0.13 | 0.48 |
| Hex | 8A | 81 | 6B | 0 | 7 | 16 | 2E | 2B | D | 30 |
| Octal | 212 | 201 | 153 | 0 | 7 | 26 | 56 | 53 | 15 | 60 |
| Binary | 10001010 | 10000001 | 1101011 | 0 | 111 | 10110 | 101110 | 101011 | 1101 | 110000 |
Color Harmonies of #8A816B
Complementary color
Monochromatic Colors of #8A816B
Black with #8A816B
Text Example
Text Example
White with #8A816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A816B; }
p { color: rgb(138,129,107); }
H1.HeaderClassName
{
color: #8A816B;
}
.AnyTagClassName
{
color: #8A816B;
}
</style>
background-color css
<style>
a { background-color: #8A816B; }
a { background-color: rgb(138,129,107); }
div.DivClassName
{
background-color: #8A816B;
}
.BgClassName
{
background-color: #8A816B;
}
</style>
border-color css
<style>
span { border-color: #8A816B; }
span { border-color: rgb(138,129,107); }
td.TdClassName
{
border-color: #8A816B;
}
.TagClassName
{
border-color: #8A816B;
}
</style>