Shades of Granite Green #8C8262
Tints of Granite Green #8C8262
RGB
CMYK
RGB Variations
Color information
#8C8262 (or 0x8C8262) is known color: Granite Green. HEX triplet: 8C, 82 and 62. RGB value is (140,130,98). Sum of RGB (Red+Green+Blue) = 140+130+98=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8262 is #737D9D. Grayscale: #818181. Windows color (decimal): -7568798 or 6455948. OLE color: 6455948.
HSL color Cylindrical-coordinate representation of color #8C8262: hue angle of 45.71º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C8262 is Cyan = 0, Magento = 0.07, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 98 | - |
| CMYK | 0 | 0.07 | 0.3 | 0.45 |
| HSL | 45.71º | 0.18% | 0.47% | - |
| HSV(B) | 45.71º | 0.3% | 0.55% | - |
| XYZ | 21 | 22.42 | 14.78 | - |
| YUV | 129.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 98 | 0 | 0.07 | 0.3 | 0.45 | 45.71 | 0.18 | 0.47 |
| Hex | 8C | 82 | 62 | 0 | 7 | 1E | 2D | 2E | 12 | 2F |
| Octal | 214 | 202 | 142 | 0 | 7 | 36 | 55 | 56 | 22 | 57 |
| Binary | 10001100 | 10000010 | 1100010 | 0 | 111 | 11110 | 101101 | 101110 | 10010 | 101111 |
Color Harmonies of #8C8262
Complementary color
Monochromatic Colors of #8C8262
Black with #8C8262
Text Example
Text Example
White with #8C8262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8262; }
p { color: rgb(140,130,98); }
H1.HeaderClassName
{
color: #8C8262;
}
.AnyTagClassName
{
color: #8C8262;
}
</style>
background-color css
<style>
a { background-color: #8C8262; }
a { background-color: rgb(140,130,98); }
div.DivClassName
{
background-color: #8C8262;
}
.BgClassName
{
background-color: #8C8262;
}
</style>
border-color css
<style>
span { border-color: #8C8262; }
span { border-color: rgb(140,130,98); }
td.TdClassName
{
border-color: #8C8262;
}
.TagClassName
{
border-color: #8C8262;
}
</style>