Shades of Granite Green #8C8461
Tints of Granite Green #8C8461
RGB
CMYK
RGB Variations
Color information
#8C8461 (or 0x8C8461) is known color: Granite Green. HEX triplet: 8C, 84 and 61. RGB value is (140,132,97). Sum of RGB (Red+Green+Blue) = 140+132+97=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8461 is #737B9E. Grayscale: #828282. Windows color (decimal): -7568287 or 6390924. OLE color: 6390924.
HSL color Cylindrical-coordinate representation of color #8C8461: hue angle of 48.84º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C8461 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 97 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.45 |
| HSL | 48.84º | 0.18% | 0.46% | - |
| HSV(B) | 48.84º | 0.31% | 0.55% | - |
| XYZ | 21.22 | 22.94 | 14.62 | - |
| YUV | 130.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 97 | 0 | 0.06 | 0.31 | 0.45 | 48.84 | 0.18 | 0.46 |
| Hex | 8C | 84 | 61 | 0 | 6 | 1F | 2D | 31 | 12 | 2E |
| Octal | 214 | 204 | 141 | 0 | 6 | 37 | 55 | 61 | 22 | 56 |
| Binary | 10001100 | 10000100 | 1100001 | 0 | 110 | 11111 | 101101 | 110001 | 10010 | 101110 |
Color Harmonies of #8C8461
Complementary color
Monochromatic Colors of #8C8461
Black with #8C8461
Text Example
Text Example
White with #8C8461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8461; }
p { color: rgb(140,132,97); }
H1.HeaderClassName
{
color: #8C8461;
}
.AnyTagClassName
{
color: #8C8461;
}
</style>
background-color css
<style>
a { background-color: #8C8461; }
a { background-color: rgb(140,132,97); }
div.DivClassName
{
background-color: #8C8461;
}
.BgClassName
{
background-color: #8C8461;
}
</style>
border-color css
<style>
span { border-color: #8C8461; }
span { border-color: rgb(140,132,97); }
td.TdClassName
{
border-color: #8C8461;
}
.TagClassName
{
border-color: #8C8461;
}
</style>