Shades of Green Smoke #9FAB5B
Tints of Green Smoke #9FAB5B
RGB
CMYK
RGB Variations
Color information
#9FAB5B (or 0x9FAB5B) is known color: Green Smoke. HEX triplet: 9F, AB and 5B. RGB value is (159,171,91). Sum of RGB (Red+Green+Blue) = 159+171+91=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB5B is #6054A4. Grayscale: #9E9E9E. Windows color (decimal): -6313125 or 6007711. OLE color: 6007711.
HSL color Cylindrical-coordinate representation of color #9FAB5B: hue angle of 69º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FAB5B is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 91 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.33 |
| HSL | 69º | 0.32% | 0.51% | - |
| HSV(B) | 69º | 0.47% | 0.67% | - |
| XYZ | 30.75 | 37.25 | 15.47 | - |
| YUV | 158.29 | 90.02 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 91 | 0.07 | 0 | 0.47 | 0.33 | 69 | 0.32 | 0.51 |
| Hex | 9F | AB | 5B | 7 | 0 | 2F | 21 | 45 | 20 | 33 |
| Octal | 237 | 253 | 133 | 7 | 0 | 57 | 41 | 105 | 40 | 63 |
| Binary | 10011111 | 10101011 | 1011011 | 111 | 0 | 101111 | 100001 | 1000101 | 100000 | 110011 |
Color Harmonies of #9FAB5B
Complementary color
Monochromatic Colors of #9FAB5B
Black with #9FAB5B
Text Example
Text Example
White with #9FAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB5B; }
p { color: rgb(159,171,91); }
H1.HeaderClassName
{
color: #9FAB5B;
}
.AnyTagClassName
{
color: #9FAB5B;
}
</style>
background-color css
<style>
a { background-color: #9FAB5B; }
a { background-color: rgb(159,171,91); }
div.DivClassName
{
background-color: #9FAB5B;
}
.BgClassName
{
background-color: #9FAB5B;
}
</style>
border-color css
<style>
span { border-color: #9FAB5B; }
span { border-color: rgb(159,171,91); }
td.TdClassName
{
border-color: #9FAB5B;
}
.TagClassName
{
border-color: #9FAB5B;
}
</style>