Shades of Green Smoke #8C9953
Tints of Green Smoke #8C9953
RGB
CMYK
RGB Variations
Color information
#8C9953 (or 0x8C9953) is known color: Green Smoke. HEX triplet: 8C, 99 and 53. RGB value is (140,153,83). Sum of RGB (Red+Green+Blue) = 140+153+83=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9953 is #7366AC. Grayscale: #8D8D8D. Windows color (decimal): -7562925 or 5478796. OLE color: 5478796.
HSL color Cylindrical-coordinate representation of color #8C9953: hue angle of 71.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C9953 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 83 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.4 |
| HSL | 71.14º | 0.3% | 0.46% | - |
| HSV(B) | 71.14º | 0.46% | 0.6% | - |
| XYZ | 23.77 | 28.98 | 12.53 | - |
| YUV | 141.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 83 | 0.08 | 0 | 0.46 | 0.4 | 71.14 | 0.3 | 0.46 |
| Hex | 8C | 99 | 53 | 8 | 0 | 2E | 28 | 47 | 1E | 2E |
| Octal | 214 | 231 | 123 | 10 | 0 | 56 | 50 | 107 | 36 | 56 |
| Binary | 10001100 | 10011001 | 1010011 | 1000 | 0 | 101110 | 101000 | 1000111 | 11110 | 101110 |
Color Harmonies of #8C9953
Complementary color
Monochromatic Colors of #8C9953
Black with #8C9953
Text Example
Text Example
White with #8C9953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9953; }
p { color: rgb(140,153,83); }
H1.HeaderClassName
{
color: #8C9953;
}
.AnyTagClassName
{
color: #8C9953;
}
</style>
background-color css
<style>
a { background-color: #8C9953; }
a { background-color: rgb(140,153,83); }
div.DivClassName
{
background-color: #8C9953;
}
.BgClassName
{
background-color: #8C9953;
}
</style>
border-color css
<style>
span { border-color: #8C9953; }
span { border-color: rgb(140,153,83); }
td.TdClassName
{
border-color: #8C9953;
}
.TagClassName
{
border-color: #8C9953;
}
</style>