Shades of Green Smoke #9FA357
Tints of Green Smoke #9FA357
RGB
CMYK
RGB Variations
Color information
#9FA357 (or 0x9FA357) is known color: Green Smoke. HEX triplet: 9F, A3 and 57. RGB value is (159,163,87). Sum of RGB (Red+Green+Blue) = 159+163+87=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA357 is #605CA8. Grayscale: #999999. Windows color (decimal): -6315177 or 5743519. OLE color: 5743519.
HSL color Cylindrical-coordinate representation of color #9FA357: hue angle of 63.16º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FA357 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 163 | 87 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.36 |
| HSL | 63.16º | 0.3% | 0.49% | - |
| HSV(B) | 63.16º | 0.47% | 0.64% | - |
| XYZ | 29.12 | 34.25 | 14.09 | - |
| YUV | 153.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 87 | 0.02 | 0 | 0.47 | 0.36 | 63.16 | 0.3 | 0.49 |
| Hex | 9F | A3 | 57 | 2 | 0 | 2F | 24 | 3F | 1E | 31 |
| Octal | 237 | 243 | 127 | 2 | 0 | 57 | 44 | 77 | 36 | 61 |
| Binary | 10011111 | 10100011 | 1010111 | 10 | 0 | 101111 | 100100 | 111111 | 11110 | 110001 |
Color Harmonies of #9FA357
Complementary color
Monochromatic Colors of #9FA357
Black with #9FA357
Text Example
Text Example
White with #9FA357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA357; }
p { color: rgb(159,163,87); }
H1.HeaderClassName
{
color: #9FA357;
}
.AnyTagClassName
{
color: #9FA357;
}
</style>
background-color css
<style>
a { background-color: #9FA357; }
a { background-color: rgb(159,163,87); }
div.DivClassName
{
background-color: #9FA357;
}
.BgClassName
{
background-color: #9FA357;
}
</style>
border-color css
<style>
span { border-color: #9FA357; }
span { border-color: rgb(159,163,87); }
td.TdClassName
{
border-color: #9FA357;
}
.TagClassName
{
border-color: #9FA357;
}
</style>