Shades of Green Smoke #8D9B54
Tints of Green Smoke #8D9B54
RGB
CMYK
RGB Variations
Color information
#8D9B54 (or 0x8D9B54) is known color: Green Smoke. HEX triplet: 8D, 9B and 54. RGB value is (141,155,84). Sum of RGB (Red+Green+Blue) = 141+155+84=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9B54 is #7264AB. Grayscale: #8E8E8E. Windows color (decimal): -7496876 or 5544845. OLE color: 5544845.
HSL color Cylindrical-coordinate representation of color #8D9B54: hue angle of 71.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D9B54 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 155 | 84 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.39 |
| HSL | 71.83º | 0.3% | 0.47% | - |
| HSV(B) | 71.83º | 0.46% | 0.61% | - |
| XYZ | 24.31 | 29.75 | 12.85 | - |
| YUV | 142.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 84 | 0.09 | 0 | 0.46 | 0.39 | 71.83 | 0.3 | 0.47 |
| Hex | 8D | 9B | 54 | 9 | 0 | 2E | 27 | 48 | 1E | 2F |
| Octal | 215 | 233 | 124 | 11 | 0 | 56 | 47 | 110 | 36 | 57 |
| Binary | 10001101 | 10011011 | 1010100 | 1001 | 0 | 101110 | 100111 | 1001000 | 11110 | 101111 |
Color Harmonies of #8D9B54
Complementary color
Monochromatic Colors of #8D9B54
Black with #8D9B54
Text Example
Text Example
White with #8D9B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9B54; }
p { color: rgb(141,155,84); }
H1.HeaderClassName
{
color: #8D9B54;
}
.AnyTagClassName
{
color: #8D9B54;
}
</style>
background-color css
<style>
a { background-color: #8D9B54; }
a { background-color: rgb(141,155,84); }
div.DivClassName
{
background-color: #8D9B54;
}
.BgClassName
{
background-color: #8D9B54;
}
</style>
border-color css
<style>
span { border-color: #8D9B54; }
span { border-color: rgb(141,155,84); }
td.TdClassName
{
border-color: #8D9B54;
}
.TagClassName
{
border-color: #8D9B54;
}
</style>