Shades of Green Smoke #999E4F
Tints of Green Smoke #999E4F
RGB
CMYK
RGB Variations
Color information
#999E4F (or 0x999E4F) is known color: Green Smoke. HEX triplet: 99, 9E and 4F. RGB value is (153,158,79). Sum of RGB (Red+Green+Blue) = 153+158+79=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 158 - color contains mainly: green. Hex color #999E4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999E4F is #6661B0. Grayscale: #939393. Windows color (decimal): -6709681 or 5217945. OLE color: 5217945.
HSL color Cylindrical-coordinate representation of color #999E4F: hue angle of 63.8º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #999E4F is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 158 | 79 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.38 |
| HSL | 63.8º | 0.33% | 0.46% | - |
| HSV(B) | 63.8º | 0.5% | 0.62% | - |
| XYZ | 26.78 | 31.79 | 12.12 | - |
| YUV | 147.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 79 | 0.03 | 0 | 0.50 | 0.38 | 63.8 | 0.33 | 0.46 |
| Hex | 99 | 9E | 4F | 3 | 0 | 32 | 26 | 40 | 21 | 2E |
| Octal | 231 | 236 | 117 | 3 | 0 | 62 | 46 | 100 | 41 | 56 |
| Binary | 10011001 | 10011110 | 1001111 | 11 | 0 | 110010 | 100110 | 1000000 | 100001 | 101110 |
Color Harmonies of #999E4F
Complementary color
Monochromatic Colors of #999E4F
Black with #999E4F
Text Example
Text Example
White with #999E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999E4F; }
p { color: rgb(153,158,79); }
H1.HeaderClassName
{
color: #999E4F;
}
.AnyTagClassName
{
color: #999E4F;
}
</style>
background-color css
<style>
a { background-color: #999E4F; }
a { background-color: rgb(153,158,79); }
div.DivClassName
{
background-color: #999E4F;
}
.BgClassName
{
background-color: #999E4F;
}
</style>
border-color css
<style>
span { border-color: #999E4F; }
span { border-color: rgb(153,158,79); }
td.TdClassName
{
border-color: #999E4F;
}
.TagClassName
{
border-color: #999E4F;
}
</style>