Shades of Granite Green #8C8669
Tints of Granite Green #8C8669
RGB
CMYK
RGB Variations
Color information
#8C8669 (or 0x8C8669) is known color: Granite Green. HEX triplet: 8C, 86 and 69. RGB value is (140,134,105). Sum of RGB (Red+Green+Blue) = 140+134+105=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8669 is #737996. Grayscale: #848484. Windows color (decimal): -7567767 or 6915724. OLE color: 6915724.
HSL color Cylindrical-coordinate representation of color #8C8669: hue angle of 49.71º 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 #8C8669 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 134 | 105 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.45 |
| HSL | 49.71º | 0.14% | 0.48% | - |
| HSV(B) | 49.71º | 0.25% | 0.55% | - |
| XYZ | 21.89 | 23.65 | 16.77 | - |
| YUV | 132.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 105 | 0 | 0.04 | 0.25 | 0.45 | 49.71 | 0.14 | 0.48 |
| Hex | 8C | 86 | 69 | 0 | 4 | 19 | 2D | 32 | E | 30 |
| Octal | 214 | 206 | 151 | 0 | 4 | 31 | 55 | 62 | 16 | 60 |
| Binary | 10001100 | 10000110 | 1101001 | 0 | 100 | 11001 | 101101 | 110010 | 1110 | 110000 |
Color Harmonies of #8C8669
Complementary color
Monochromatic Colors of #8C8669
Black with #8C8669
Text Example
Text Example
White with #8C8669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8669; }
p { color: rgb(140,134,105); }
H1.HeaderClassName
{
color: #8C8669;
}
.AnyTagClassName
{
color: #8C8669;
}
</style>
background-color css
<style>
a { background-color: #8C8669; }
a { background-color: rgb(140,134,105); }
div.DivClassName
{
background-color: #8C8669;
}
.BgClassName
{
background-color: #8C8669;
}
</style>
border-color css
<style>
span { border-color: #8C8669; }
span { border-color: rgb(140,134,105); }
td.TdClassName
{
border-color: #8C8669;
}
.TagClassName
{
border-color: #8C8669;
}
</style>