Shades of Granite Green #8C8568
Tints of Granite Green #8C8568
RGB
CMYK
RGB Variations
Color information
#8C8568 (or 0x8C8568) is known color: Granite Green. HEX triplet: 8C, 85 and 68. RGB value is (140,133,104). Sum of RGB (Red+Green+Blue) = 140+133+104=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8568 is #737A97. Grayscale: #838383. Windows color (decimal): -7568024 or 6849932. OLE color: 6849932.
HSL color Cylindrical-coordinate representation of color #8C8568: hue angle of 48.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C8568 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 104 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.45 |
| HSL | 48.33º | 0.15% | 0.48% | - |
| HSV(B) | 48.33º | 0.26% | 0.55% | - |
| XYZ | 21.7 | 23.35 | 16.46 | - |
| YUV | 131.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 104 | 0 | 0.05 | 0.26 | 0.45 | 48.33 | 0.15 | 0.48 |
| Hex | 8C | 85 | 68 | 0 | 5 | 1A | 2D | 30 | F | 30 |
| Octal | 214 | 205 | 150 | 0 | 5 | 32 | 55 | 60 | 17 | 60 |
| Binary | 10001100 | 10000101 | 1101000 | 0 | 101 | 11010 | 101101 | 110000 | 1111 | 110000 |
Color Harmonies of #8C8568
Complementary color
Monochromatic Colors of #8C8568
Black with #8C8568
Text Example
Text Example
White with #8C8568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8568; }
p { color: rgb(140,133,104); }
H1.HeaderClassName
{
color: #8C8568;
}
.AnyTagClassName
{
color: #8C8568;
}
</style>
background-color css
<style>
a { background-color: #8C8568; }
a { background-color: rgb(140,133,104); }
div.DivClassName
{
background-color: #8C8568;
}
.BgClassName
{
background-color: #8C8568;
}
</style>
border-color css
<style>
span { border-color: #8C8568; }
span { border-color: rgb(140,133,104); }
td.TdClassName
{
border-color: #8C8568;
}
.TagClassName
{
border-color: #8C8568;
}
</style>