Shades of Green Smoke #9FAC5B
Tints of Green Smoke #9FAC5B
RGB
CMYK
RGB Variations
Color information
#9FAC5B (or 0x9FAC5B) is known color: Green Smoke. HEX triplet: 9F, AC and 5B. RGB value is (159,172,91). Sum of RGB (Red+Green+Blue) = 159+172+91=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC5B is #6053A4. Grayscale: #9F9F9F. Windows color (decimal): -6312869 or 6007967. OLE color: 6007967.
HSL color Cylindrical-coordinate representation of color #9FAC5B: hue angle of 69.63º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FAC5B is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 91 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.33 |
| HSL | 69.63º | 0.33% | 0.52% | - |
| HSV(B) | 69.63º | 0.47% | 0.67% | - |
| XYZ | 30.94 | 37.63 | 15.53 | - |
| YUV | 158.88 | 89.69 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 91 | 0.08 | 0 | 0.47 | 0.33 | 69.63 | 0.33 | 0.52 |
| Hex | 9F | AC | 5B | 8 | 0 | 2F | 21 | 46 | 21 | 34 |
| Octal | 237 | 254 | 133 | 10 | 0 | 57 | 41 | 106 | 41 | 64 |
| Binary | 10011111 | 10101100 | 1011011 | 1000 | 0 | 101111 | 100001 | 1000110 | 100001 | 110100 |
Color Harmonies of #9FAC5B
Complementary color
Monochromatic Colors of #9FAC5B
Black with #9FAC5B
Text Example
Text Example
White with #9FAC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC5B; }
p { color: rgb(159,172,91); }
H1.HeaderClassName
{
color: #9FAC5B;
}
.AnyTagClassName
{
color: #9FAC5B;
}
</style>
background-color css
<style>
a { background-color: #9FAC5B; }
a { background-color: rgb(159,172,91); }
div.DivClassName
{
background-color: #9FAC5B;
}
.BgClassName
{
background-color: #9FAC5B;
}
</style>
border-color css
<style>
span { border-color: #9FAC5B; }
span { border-color: rgb(159,172,91); }
td.TdClassName
{
border-color: #9FAC5B;
}
.TagClassName
{
border-color: #9FAC5B;
}
</style>