Shades of Green Smoke #9C9F4E
Tints of Green Smoke #9C9F4E
RGB
CMYK
RGB Variations
Color information
#9C9F4E (or 0x9C9F4E) is known color: Green Smoke. HEX triplet: 9C, 9F and 4E. RGB value is (156,159,78). Sum of RGB (Red+Green+Blue) = 156+159+78=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 159 - color contains mainly: green. Hex color #9C9F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9F4E is #6360B1. Grayscale: #959595. Windows color (decimal): -6512818 or 5152668. OLE color: 5152668.
HSL color Cylindrical-coordinate representation of color #9C9F4E: hue angle of 62.22º 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 #9C9F4E is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 159 | 78 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.38 |
| HSL | 62.22º | 0.34% | 0.46% | - |
| HSV(B) | 62.22º | 0.51% | 0.62% | - |
| XYZ | 27.48 | 32.41 | 12.02 | - |
| YUV | 148.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 159 | 78 | 0.02 | 0 | 0.51 | 0.38 | 62.22 | 0.34 | 0.46 |
| Hex | 9C | 9F | 4E | 2 | 0 | 33 | 26 | 3E | 22 | 2E |
| Octal | 234 | 237 | 116 | 2 | 0 | 63 | 46 | 76 | 42 | 56 |
| Binary | 10011100 | 10011111 | 1001110 | 10 | 0 | 110011 | 100110 | 111110 | 100010 | 101110 |
Color Harmonies of #9C9F4E
Complementary color
Monochromatic Colors of #9C9F4E
Black with #9C9F4E
Text Example
Text Example
White with #9C9F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9F4E; }
p { color: rgb(156,159,78); }
H1.HeaderClassName
{
color: #9C9F4E;
}
.AnyTagClassName
{
color: #9C9F4E;
}
</style>
background-color css
<style>
a { background-color: #9C9F4E; }
a { background-color: rgb(156,159,78); }
div.DivClassName
{
background-color: #9C9F4E;
}
.BgClassName
{
background-color: #9C9F4E;
}
</style>
border-color css
<style>
span { border-color: #9C9F4E; }
span { border-color: rgb(156,159,78); }
td.TdClassName
{
border-color: #9C9F4E;
}
.TagClassName
{
border-color: #9C9F4E;
}
</style>