Shades of Green Smoke #999E4D
Tints of Green Smoke #999E4D
RGB
CMYK
RGB Variations
Color information
#999E4D (or 0x999E4D) is known color: Green Smoke. HEX triplet: 99, 9E and 4D. RGB value is (153,158,77). Sum of RGB (Red+Green+Blue) = 153+158+77=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 158 - color contains mainly: green. Hex color #999E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999E4D is #6661B2. Grayscale: #939393. Windows color (decimal): -6709683 or 5086873. OLE color: 5086873.
HSL color Cylindrical-coordinate representation of color #999E4D: hue angle of 63.7º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #999E4D is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 158 | 77 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.38 |
| HSL | 63.7º | 0.34% | 0.46% | - |
| HSV(B) | 63.7º | 0.51% | 0.62% | - |
| XYZ | 26.7 | 31.76 | 11.74 | - |
| YUV | 147.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 77 | 0.03 | 0 | 0.51 | 0.38 | 63.7 | 0.34 | 0.46 |
| Hex | 99 | 9E | 4D | 3 | 0 | 33 | 26 | 40 | 22 | 2E |
| Octal | 231 | 236 | 115 | 3 | 0 | 63 | 46 | 100 | 42 | 56 |
| Binary | 10011001 | 10011110 | 1001101 | 11 | 0 | 110011 | 100110 | 1000000 | 100010 | 101110 |
Color Harmonies of #999E4D
Complementary color
Monochromatic Colors of #999E4D
Black with #999E4D
Text Example
Text Example
White with #999E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999E4D; }
p { color: rgb(153,158,77); }
H1.HeaderClassName
{
color: #999E4D;
}
.AnyTagClassName
{
color: #999E4D;
}
</style>
background-color css
<style>
a { background-color: #999E4D; }
a { background-color: rgb(153,158,77); }
div.DivClassName
{
background-color: #999E4D;
}
.BgClassName
{
background-color: #999E4D;
}
</style>
border-color css
<style>
span { border-color: #999E4D; }
span { border-color: rgb(153,158,77); }
td.TdClassName
{
border-color: #999E4D;
}
.TagClassName
{
border-color: #999E4D;
}
</style>