Shades of Green Smoke #999E61
Tints of Green Smoke #999E61
RGB
CMYK
RGB Variations
Color information
#999E61 (or 0x999E61) is known color: Green Smoke. HEX triplet: 99, 9E and 61. RGB value is (153,158,97). Sum of RGB (Red+Green+Blue) = 153+158+97=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 158 - color contains mainly: green. Hex color #999E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999E61 is #66619E. Grayscale: #959595. Windows color (decimal): -6709663 or 6397593. OLE color: 6397593.
HSL color Cylindrical-coordinate representation of color #999E61: hue angle of 64.92º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #999E61 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 158 | 97 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.38 |
| HSL | 64.92º | 0.24% | 0.5% | - |
| HSV(B) | 64.92º | 0.39% | 0.62% | - |
| XYZ | 27.52 | 32.09 | 16.05 | - |
| YUV | 149.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 97 | 0.03 | 0 | 0.39 | 0.38 | 64.92 | 0.24 | 0.5 |
| Hex | 99 | 9E | 61 | 3 | 0 | 27 | 26 | 41 | 18 | 32 |
| Octal | 231 | 236 | 141 | 3 | 0 | 47 | 46 | 101 | 30 | 62 |
| Binary | 10011001 | 10011110 | 1100001 | 11 | 0 | 100111 | 100110 | 1000001 | 11000 | 110010 |
Color Harmonies of #999E61
Complementary color
Monochromatic Colors of #999E61
Black with #999E61
Text Example
Text Example
White with #999E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999E61; }
p { color: rgb(153,158,97); }
H1.HeaderClassName
{
color: #999E61;
}
.AnyTagClassName
{
color: #999E61;
}
</style>
background-color css
<style>
a { background-color: #999E61; }
a { background-color: rgb(153,158,97); }
div.DivClassName
{
background-color: #999E61;
}
.BgClassName
{
background-color: #999E61;
}
</style>
border-color css
<style>
span { border-color: #999E61; }
span { border-color: rgb(153,158,97); }
td.TdClassName
{
border-color: #999E61;
}
.TagClassName
{
border-color: #999E61;
}
</style>