Shades of Granite Green #8C8369
Tints of Granite Green #8C8369
RGB
CMYK
RGB Variations
Color information
#8C8369 (or 0x8C8369) is known color: Granite Green. HEX triplet: 8C, 83 and 69. RGB value is (140,131,105). Sum of RGB (Red+Green+Blue) = 140+131+105=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8369 is #737C96. Grayscale: #828282. Windows color (decimal): -7568535 or 6914956. OLE color: 6914956.
HSL color Cylindrical-coordinate representation of color #8C8369: hue angle of 44.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C8369 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 131 | 105 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.45 |
| HSL | 44.57º | 0.14% | 0.48% | - |
| HSV(B) | 44.57º | 0.25% | 0.55% | - |
| XYZ | 21.48 | 22.83 | 16.64 | - |
| YUV | 130.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 105 | 0 | 0.06 | 0.25 | 0.45 | 44.57 | 0.14 | 0.48 |
| Hex | 8C | 83 | 69 | 0 | 6 | 19 | 2D | 2D | E | 30 |
| Octal | 214 | 203 | 151 | 0 | 6 | 31 | 55 | 55 | 16 | 60 |
| Binary | 10001100 | 10000011 | 1101001 | 0 | 110 | 11001 | 101101 | 101101 | 1110 | 110000 |
Color Harmonies of #8C8369
Complementary color
Monochromatic Colors of #8C8369
Black with #8C8369
Text Example
Text Example
White with #8C8369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8369; }
p { color: rgb(140,131,105); }
H1.HeaderClassName
{
color: #8C8369;
}
.AnyTagClassName
{
color: #8C8369;
}
</style>
background-color css
<style>
a { background-color: #8C8369; }
a { background-color: rgb(140,131,105); }
div.DivClassName
{
background-color: #8C8369;
}
.BgClassName
{
background-color: #8C8369;
}
</style>
border-color css
<style>
span { border-color: #8C8369; }
span { border-color: rgb(140,131,105); }
td.TdClassName
{
border-color: #8C8369;
}
.TagClassName
{
border-color: #8C8369;
}
</style>