Shades of Green Smoke #9FAB72
Tints of Green Smoke #9FAB72
RGB
CMYK
RGB Variations
Color information
#9FAB72 (or 0x9FAB72) is known color: Green Smoke. HEX triplet: 9F, AB and 72. RGB value is (159,171,114). Sum of RGB (Red+Green+Blue) = 159+171+114=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB72 is #60548D. Grayscale: #A1A1A1. Windows color (decimal): -6313102 or 7515039. OLE color: 7515039.
HSL color Cylindrical-coordinate representation of color #9FAB72: hue angle of 72.63º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FAB72 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 114 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.33 |
| HSL | 72.63º | 0.25% | 0.56% | - |
| HSV(B) | 72.63º | 0.33% | 0.67% | - |
| XYZ | 31.9 | 37.71 | 21.52 | - |
| YUV | 160.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 114 | 0.07 | 0 | 0.33 | 0.33 | 72.63 | 0.25 | 0.56 |
| Hex | 9F | AB | 72 | 7 | 0 | 21 | 21 | 49 | 19 | 38 |
| Octal | 237 | 253 | 162 | 7 | 0 | 41 | 41 | 111 | 31 | 70 |
| Binary | 10011111 | 10101011 | 1110010 | 111 | 0 | 100001 | 100001 | 1001001 | 11001 | 111000 |
Color Harmonies of #9FAB72
Complementary color
Monochromatic Colors of #9FAB72
Black with #9FAB72
Text Example
Text Example
White with #9FAB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB72; }
p { color: rgb(159,171,114); }
H1.HeaderClassName
{
color: #9FAB72;
}
.AnyTagClassName
{
color: #9FAB72;
}
</style>
background-color css
<style>
a { background-color: #9FAB72; }
a { background-color: rgb(159,171,114); }
div.DivClassName
{
background-color: #9FAB72;
}
.BgClassName
{
background-color: #9FAB72;
}
</style>
border-color css
<style>
span { border-color: #9FAB72; }
span { border-color: rgb(159,171,114); }
td.TdClassName
{
border-color: #9FAB72;
}
.TagClassName
{
border-color: #9FAB72;
}
</style>