Shades of Granite Green #8C8561
Tints of Granite Green #8C8561
RGB
CMYK
RGB Variations
Color information
#8C8561 (or 0x8C8561) is known color: Granite Green. HEX triplet: 8C, 85 and 61. RGB value is (140,133,97). Sum of RGB (Red+Green+Blue) = 140+133+97=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8561 is #737A9E. Grayscale: #838383. Windows color (decimal): -7568031 or 6391180. OLE color: 6391180.
HSL color Cylindrical-coordinate representation of color #8C8561: hue angle of 50.23º 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 #8C8561 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 97 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.45 |
| HSL | 50.23º | 0.18% | 0.46% | - |
| HSV(B) | 50.23º | 0.31% | 0.55% | - |
| XYZ | 21.36 | 23.21 | 14.66 | - |
| YUV | 130.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 97 | 0 | 0.05 | 0.31 | 0.45 | 50.23 | 0.18 | 0.46 |
| Hex | 8C | 85 | 61 | 0 | 5 | 1F | 2D | 32 | 12 | 2E |
| Octal | 214 | 205 | 141 | 0 | 5 | 37 | 55 | 62 | 22 | 56 |
| Binary | 10001100 | 10000101 | 1100001 | 0 | 101 | 11111 | 101101 | 110010 | 10010 | 101110 |
Color Harmonies of #8C8561
Complementary color
Monochromatic Colors of #8C8561
Black with #8C8561
Text Example
Text Example
White with #8C8561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8561; }
p { color: rgb(140,133,97); }
H1.HeaderClassName
{
color: #8C8561;
}
.AnyTagClassName
{
color: #8C8561;
}
</style>
background-color css
<style>
a { background-color: #8C8561; }
a { background-color: rgb(140,133,97); }
div.DivClassName
{
background-color: #8C8561;
}
.BgClassName
{
background-color: #8C8561;
}
</style>
border-color css
<style>
span { border-color: #8C8561; }
span { border-color: rgb(140,133,97); }
td.TdClassName
{
border-color: #8C8561;
}
.TagClassName
{
border-color: #8C8561;
}
</style>