Shades of Granite Green #8C8269
Tints of Granite Green #8C8269
RGB
CMYK
RGB Variations
Color information
#8C8269 (or 0x8C8269) is known color: Granite Green. HEX triplet: 8C, 82 and 69. RGB value is (140,130,105). Sum of RGB (Red+Green+Blue) = 140+130+105=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8269 is #737D96. Grayscale: #828282. Windows color (decimal): -7568791 or 6914700. OLE color: 6914700.
HSL color Cylindrical-coordinate representation of color #8C8269: hue angle of 42.86º 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 #8C8269 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 105 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.45 |
| HSL | 42.86º | 0.14% | 0.48% | - |
| HSV(B) | 42.86º | 0.25% | 0.55% | - |
| XYZ | 21.35 | 22.56 | 16.59 | - |
| YUV | 130.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 105 | 0 | 0.07 | 0.25 | 0.45 | 42.86 | 0.14 | 0.48 |
| Hex | 8C | 82 | 69 | 0 | 7 | 19 | 2D | 2B | E | 30 |
| Octal | 214 | 202 | 151 | 0 | 7 | 31 | 55 | 53 | 16 | 60 |
| Binary | 10001100 | 10000010 | 1101001 | 0 | 111 | 11001 | 101101 | 101011 | 1110 | 110000 |
Color Harmonies of #8C8269
Complementary color
Monochromatic Colors of #8C8269
Black with #8C8269
Text Example
Text Example
White with #8C8269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8269; }
p { color: rgb(140,130,105); }
H1.HeaderClassName
{
color: #8C8269;
}
.AnyTagClassName
{
color: #8C8269;
}
</style>
background-color css
<style>
a { background-color: #8C8269; }
a { background-color: rgb(140,130,105); }
div.DivClassName
{
background-color: #8C8269;
}
.BgClassName
{
background-color: #8C8269;
}
</style>
border-color css
<style>
span { border-color: #8C8269; }
span { border-color: rgb(140,130,105); }
td.TdClassName
{
border-color: #8C8269;
}
.TagClassName
{
border-color: #8C8269;
}
</style>