Shades of Granite Green #8C816D
Tints of Granite Green #8C816D
RGB
CMYK
RGB Variations
Color information
#8C816D (or 0x8C816D) is known color: Granite Green. HEX triplet: 8C, 81 and 6D. RGB value is (140,129,109). Sum of RGB (Red+Green+Blue) = 140+129+109=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 140 - color contains mainly: red. Hex color #8C816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C816D is #737E92. Grayscale: #828282. Windows color (decimal): -7569043 or 7176588. OLE color: 7176588.
HSL color Cylindrical-coordinate representation of color #8C816D: hue angle of 38.71º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C816D is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 109 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.45 |
| HSL | 38.71º | 0.12% | 0.49% | - |
| HSV(B) | 38.71º | 0.22% | 0.55% | - |
| XYZ | 21.43 | 22.38 | 17.66 | - |
| YUV | 130.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 109 | 0 | 0.08 | 0.22 | 0.45 | 38.71 | 0.12 | 0.49 |
| Hex | 8C | 81 | 6D | 0 | 8 | 16 | 2D | 27 | C | 31 |
| Octal | 214 | 201 | 155 | 0 | 10 | 26 | 55 | 47 | 14 | 61 |
| Binary | 10001100 | 10000001 | 1101101 | 0 | 1000 | 10110 | 101101 | 100111 | 1100 | 110001 |
Color Harmonies of #8C816D
Complementary color
Monochromatic Colors of #8C816D
Black with #8C816D
Text Example
Text Example
White with #8C816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C816D; }
p { color: rgb(140,129,109); }
H1.HeaderClassName
{
color: #8C816D;
}
.AnyTagClassName
{
color: #8C816D;
}
</style>
background-color css
<style>
a { background-color: #8C816D; }
a { background-color: rgb(140,129,109); }
div.DivClassName
{
background-color: #8C816D;
}
.BgClassName
{
background-color: #8C816D;
}
</style>
border-color css
<style>
span { border-color: #8C816D; }
span { border-color: rgb(140,129,109); }
td.TdClassName
{
border-color: #8C816D;
}
.TagClassName
{
border-color: #8C816D;
}
</style>