Shades of Granite Green #8C8465
Tints of Granite Green #8C8465
RGB
CMYK
RGB Variations
Color information
#8C8465 (or 0x8C8465) is known color: Granite Green. HEX triplet: 8C, 84 and 65. RGB value is (140,132,101). Sum of RGB (Red+Green+Blue) = 140+132+101=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8465 is #737B9A. Grayscale: #828282. Windows color (decimal): -7568283 or 6653068. OLE color: 6653068.
HSL color Cylindrical-coordinate representation of color #8C8465: hue angle of 47.69º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C8465 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 101 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.45 |
| HSL | 47.69º | 0.16% | 0.47% | - |
| HSV(B) | 47.69º | 0.28% | 0.55% | - |
| XYZ | 21.42 | 23.02 | 15.63 | - |
| YUV | 130.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 101 | 0 | 0.06 | 0.28 | 0.45 | 47.69 | 0.16 | 0.47 |
| Hex | 8C | 84 | 65 | 0 | 6 | 1C | 2D | 30 | 10 | 2F |
| Octal | 214 | 204 | 145 | 0 | 6 | 34 | 55 | 60 | 20 | 57 |
| Binary | 10001100 | 10000100 | 1100101 | 0 | 110 | 11100 | 101101 | 110000 | 10000 | 101111 |
Color Harmonies of #8C8465
Complementary color
Monochromatic Colors of #8C8465
Black with #8C8465
Text Example
Text Example
White with #8C8465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8465; }
p { color: rgb(140,132,101); }
H1.HeaderClassName
{
color: #8C8465;
}
.AnyTagClassName
{
color: #8C8465;
}
</style>
background-color css
<style>
a { background-color: #8C8465; }
a { background-color: rgb(140,132,101); }
div.DivClassName
{
background-color: #8C8465;
}
.BgClassName
{
background-color: #8C8465;
}
</style>
border-color css
<style>
span { border-color: #8C8465; }
span { border-color: rgb(140,132,101); }
td.TdClassName
{
border-color: #8C8465;
}
.TagClassName
{
border-color: #8C8465;
}
</style>