Shades of Green Smoke #9FA867
Tints of Green Smoke #9FA867
RGB
CMYK
RGB Variations
Color information
#9FA867 (or 0x9FA867) is known color: Green Smoke. HEX triplet: 9F, A8 and 67. RGB value is (159,168,103). Sum of RGB (Red+Green+Blue) = 159+168+103=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA867 is #605798. Grayscale: #9E9E9E. Windows color (decimal): -6313881 or 6793375. OLE color: 6793375.
HSL color Cylindrical-coordinate representation of color #9FA867: hue angle of 68.31º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FA867 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 103 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.34 |
| HSL | 68.31º | 0.27% | 0.53% | - |
| HSV(B) | 68.31º | 0.39% | 0.66% | - |
| XYZ | 30.75 | 36.36 | 18.23 | - |
| YUV | 157.9 | 97.02 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 103 | 0.05 | 0 | 0.39 | 0.34 | 68.31 | 0.27 | 0.53 |
| Hex | 9F | A8 | 67 | 5 | 0 | 27 | 22 | 44 | 1B | 35 |
| Octal | 237 | 250 | 147 | 5 | 0 | 47 | 42 | 104 | 33 | 65 |
| Binary | 10011111 | 10101000 | 1100111 | 101 | 0 | 100111 | 100010 | 1000100 | 11011 | 110101 |
Color Harmonies of #9FA867
Complementary color
Monochromatic Colors of #9FA867
Black with #9FA867
Text Example
Text Example
White with #9FA867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA867; }
p { color: rgb(159,168,103); }
H1.HeaderClassName
{
color: #9FA867;
}
.AnyTagClassName
{
color: #9FA867;
}
</style>
background-color css
<style>
a { background-color: #9FA867; }
a { background-color: rgb(159,168,103); }
div.DivClassName
{
background-color: #9FA867;
}
.BgClassName
{
background-color: #9FA867;
}
</style>
border-color css
<style>
span { border-color: #9FA867; }
span { border-color: rgb(159,168,103); }
td.TdClassName
{
border-color: #9FA867;
}
.TagClassName
{
border-color: #9FA867;
}
</style>