Shades of Green Smoke #9FA85A
Tints of Green Smoke #9FA85A
RGB
CMYK
RGB Variations
Color information
#9FA85A (or 0x9FA85A) is known color: Green Smoke. HEX triplet: 9F, A8 and 5A. RGB value is (159,168,90). Sum of RGB (Red+Green+Blue) = 159+168+90=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA85A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA85A is #6057A5. Grayscale: #9C9C9C. Windows color (decimal): -6313894 or 5941407. OLE color: 5941407.
HSL color Cylindrical-coordinate representation of color #9FA85A: hue angle of 66.92º 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 #9FA85A is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 90 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.34 |
| HSL | 66.92º | 0.31% | 0.51% | - |
| HSV(B) | 66.92º | 0.46% | 0.66% | - |
| XYZ | 30.15 | 36.11 | 15.05 | - |
| YUV | 156.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 90 | 0.05 | 0 | 0.46 | 0.34 | 66.92 | 0.31 | 0.51 |
| Hex | 9F | A8 | 5A | 5 | 0 | 2E | 22 | 43 | 1F | 33 |
| Octal | 237 | 250 | 132 | 5 | 0 | 56 | 42 | 103 | 37 | 63 |
| Binary | 10011111 | 10101000 | 1011010 | 101 | 0 | 101110 | 100010 | 1000011 | 11111 | 110011 |
Color Harmonies of #9FA85A
Complementary color
Monochromatic Colors of #9FA85A
Black with #9FA85A
Text Example
Text Example
White with #9FA85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA85A; }
p { color: rgb(159,168,90); }
H1.HeaderClassName
{
color: #9FA85A;
}
.AnyTagClassName
{
color: #9FA85A;
}
</style>
background-color css
<style>
a { background-color: #9FA85A; }
a { background-color: rgb(159,168,90); }
div.DivClassName
{
background-color: #9FA85A;
}
.BgClassName
{
background-color: #9FA85A;
}
</style>
border-color css
<style>
span { border-color: #9FA85A; }
span { border-color: rgb(159,168,90); }
td.TdClassName
{
border-color: #9FA85A;
}
.TagClassName
{
border-color: #9FA85A;
}
</style>