Shades of Green Smoke #9FA958
Tints of Green Smoke #9FA958
RGB
CMYK
RGB Variations
Color information
#9FA958 (or 0x9FA958) is known color: Green Smoke. HEX triplet: 9F, A9 and 58. RGB value is (159,169,88). Sum of RGB (Red+Green+Blue) = 159+169+88=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA958 is #6056A7. Grayscale: #9D9D9D. Windows color (decimal): -6313640 or 5810591. OLE color: 5810591.
HSL color Cylindrical-coordinate representation of color #9FA958: hue angle of 67.41º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FA958 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 169 | 88 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.34 |
| HSL | 67.41º | 0.32% | 0.5% | - |
| HSV(B) | 67.41º | 0.48% | 0.66% | - |
| XYZ | 30.25 | 36.45 | 14.67 | - |
| YUV | 156.78 | 89.19 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 88 | 0.06 | 0 | 0.48 | 0.34 | 67.41 | 0.32 | 0.5 |
| Hex | 9F | A9 | 58 | 6 | 0 | 30 | 22 | 43 | 20 | 32 |
| Octal | 237 | 251 | 130 | 6 | 0 | 60 | 42 | 103 | 40 | 62 |
| Binary | 10011111 | 10101001 | 1011000 | 110 | 0 | 110000 | 100010 | 1000011 | 100000 | 110010 |
Color Harmonies of #9FA958
Complementary color
Monochromatic Colors of #9FA958
Black with #9FA958
Text Example
Text Example
White with #9FA958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA958; }
p { color: rgb(159,169,88); }
H1.HeaderClassName
{
color: #9FA958;
}
.AnyTagClassName
{
color: #9FA958;
}
</style>
background-color css
<style>
a { background-color: #9FA958; }
a { background-color: rgb(159,169,88); }
div.DivClassName
{
background-color: #9FA958;
}
.BgClassName
{
background-color: #9FA958;
}
</style>
border-color css
<style>
span { border-color: #9FA958; }
span { border-color: rgb(159,169,88); }
td.TdClassName
{
border-color: #9FA958;
}
.TagClassName
{
border-color: #9FA958;
}
</style>