Shades of Green Smoke #9FAB70
Tints of Green Smoke #9FAB70
RGB
CMYK
RGB Variations
Color information
#9FAB70 (or 0x9FAB70) is known color: Green Smoke. HEX triplet: 9F, AB and 70. RGB value is (159,171,112). Sum of RGB (Red+Green+Blue) = 159+171+112=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB70 is #60548F. Grayscale: #A0A0A0. Windows color (decimal): -6313104 or 7383967. OLE color: 7383967.
HSL color Cylindrical-coordinate representation of color #9FAB70: hue angle of 72.2º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FAB70 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 112 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.33 |
| HSL | 72.2º | 0.26% | 0.55% | - |
| HSV(B) | 72.2º | 0.35% | 0.67% | - |
| XYZ | 31.79 | 37.67 | 20.92 | - |
| YUV | 160.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 112 | 0.07 | 0 | 0.35 | 0.33 | 72.2 | 0.26 | 0.55 |
| Hex | 9F | AB | 70 | 7 | 0 | 23 | 21 | 48 | 1A | 37 |
| Octal | 237 | 253 | 160 | 7 | 0 | 43 | 41 | 110 | 32 | 67 |
| Binary | 10011111 | 10101011 | 1110000 | 111 | 0 | 100011 | 100001 | 1001000 | 11010 | 110111 |
Color Harmonies of #9FAB70
Complementary color
Monochromatic Colors of #9FAB70
Black with #9FAB70
Text Example
Text Example
White with #9FAB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB70; }
p { color: rgb(159,171,112); }
H1.HeaderClassName
{
color: #9FAB70;
}
.AnyTagClassName
{
color: #9FAB70;
}
</style>
background-color css
<style>
a { background-color: #9FAB70; }
a { background-color: rgb(159,171,112); }
div.DivClassName
{
background-color: #9FAB70;
}
.BgClassName
{
background-color: #9FAB70;
}
</style>
border-color css
<style>
span { border-color: #9FAB70; }
span { border-color: rgb(159,171,112); }
td.TdClassName
{
border-color: #9FAB70;
}
.TagClassName
{
border-color: #9FAB70;
}
</style>