Shades of Green Smoke #9FA653
Tints of Green Smoke #9FA653
RGB
CMYK
RGB Variations
Color information
#9FA653 (or 0x9FA653) is known color: Green Smoke. HEX triplet: 9F, A6 and 53. RGB value is (159,166,83). Sum of RGB (Red+Green+Blue) = 159+166+83=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA653 is #6059AC. Grayscale: #9A9A9A. Windows color (decimal): -6314413 or 5482143. OLE color: 5482143.
HSL color Cylindrical-coordinate representation of color #9FA653: hue angle of 65.06º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FA653 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 166 | 83 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.35 |
| HSL | 65.06º | 0.33% | 0.49% | - |
| HSV(B) | 65.06º | 0.5% | 0.65% | - |
| XYZ | 29.5 | 35.27 | 13.44 | - |
| YUV | 154.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 83 | 0.04 | 0 | 0.50 | 0.35 | 65.06 | 0.33 | 0.49 |
| Hex | 9F | A6 | 53 | 4 | 0 | 32 | 23 | 41 | 21 | 31 |
| Octal | 237 | 246 | 123 | 4 | 0 | 62 | 43 | 101 | 41 | 61 |
| Binary | 10011111 | 10100110 | 1010011 | 100 | 0 | 110010 | 100011 | 1000001 | 100001 | 110001 |
Color Harmonies of #9FA653
Complementary color
Monochromatic Colors of #9FA653
Black with #9FA653
Text Example
Text Example
White with #9FA653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA653; }
p { color: rgb(159,166,83); }
H1.HeaderClassName
{
color: #9FA653;
}
.AnyTagClassName
{
color: #9FA653;
}
</style>
background-color css
<style>
a { background-color: #9FA653; }
a { background-color: rgb(159,166,83); }
div.DivClassName
{
background-color: #9FA653;
}
.BgClassName
{
background-color: #9FA653;
}
</style>
border-color css
<style>
span { border-color: #9FA653; }
span { border-color: rgb(159,166,83); }
td.TdClassName
{
border-color: #9FA653;
}
.TagClassName
{
border-color: #9FA653;
}
</style>