Shades of Green Smoke #9FA85B
Tints of Green Smoke #9FA85B
RGB
CMYK
RGB Variations
Color information
#9FA85B (or 0x9FA85B) is known color: Green Smoke. HEX triplet: 9F, A8 and 5B. RGB value is (159,168,91). Sum of RGB (Red+Green+Blue) = 159+168+91=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA85B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA85B is #6057A4. Grayscale: #9C9C9C. Windows color (decimal): -6313893 or 6006943. OLE color: 6006943.
HSL color Cylindrical-coordinate representation of color #9FA85B: hue angle of 67.01º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FA85B is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 91 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.34 |
| HSL | 67.01º | 0.31% | 0.51% | - |
| HSV(B) | 67.01º | 0.46% | 0.66% | - |
| XYZ | 30.19 | 36.13 | 15.28 | - |
| YUV | 156.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 91 | 0.05 | 0 | 0.46 | 0.34 | 67.01 | 0.31 | 0.51 |
| Hex | 9F | A8 | 5B | 5 | 0 | 2E | 22 | 43 | 1F | 33 |
| Octal | 237 | 250 | 133 | 5 | 0 | 56 | 42 | 103 | 37 | 63 |
| Binary | 10011111 | 10101000 | 1011011 | 101 | 0 | 101110 | 100010 | 1000011 | 11111 | 110011 |
Color Harmonies of #9FA85B
Complementary color
Monochromatic Colors of #9FA85B
Black with #9FA85B
Text Example
Text Example
White with #9FA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA85B; }
p { color: rgb(159,168,91); }
H1.HeaderClassName
{
color: #9FA85B;
}
.AnyTagClassName
{
color: #9FA85B;
}
</style>
background-color css
<style>
a { background-color: #9FA85B; }
a { background-color: rgb(159,168,91); }
div.DivClassName
{
background-color: #9FA85B;
}
.BgClassName
{
background-color: #9FA85B;
}
</style>
border-color css
<style>
span { border-color: #9FA85B; }
span { border-color: rgb(159,168,91); }
td.TdClassName
{
border-color: #9FA85B;
}
.TagClassName
{
border-color: #9FA85B;
}
</style>