Shades of Green Smoke #9FA467
Tints of Green Smoke #9FA467
RGB
CMYK
RGB Variations
Color information
#9FA467 (or 0x9FA467) is known color: Green Smoke. HEX triplet: 9F, A4 and 67. RGB value is (159,164,103). Sum of RGB (Red+Green+Blue) = 159+164+103=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA467 is #605B98. Grayscale: #9B9B9B. Windows color (decimal): -6314905 or 6792351. OLE color: 6792351.
HSL color Cylindrical-coordinate representation of color #9FA467: hue angle of 64.92º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FA467 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 164 | 103 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.36 |
| HSL | 64.92º | 0.25% | 0.52% | - |
| HSV(B) | 64.92º | 0.37% | 0.64% | - |
| XYZ | 30.02 | 34.9 | 17.99 | - |
| YUV | 155.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 103 | 0.03 | 0 | 0.37 | 0.36 | 64.92 | 0.25 | 0.52 |
| Hex | 9F | A4 | 67 | 3 | 0 | 25 | 24 | 41 | 19 | 34 |
| Octal | 237 | 244 | 147 | 3 | 0 | 45 | 44 | 101 | 31 | 64 |
| Binary | 10011111 | 10100100 | 1100111 | 11 | 0 | 100101 | 100100 | 1000001 | 11001 | 110100 |
Color Harmonies of #9FA467
Complementary color
Monochromatic Colors of #9FA467
Black with #9FA467
Text Example
Text Example
White with #9FA467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA467; }
p { color: rgb(159,164,103); }
H1.HeaderClassName
{
color: #9FA467;
}
.AnyTagClassName
{
color: #9FA467;
}
</style>
background-color css
<style>
a { background-color: #9FA467; }
a { background-color: rgb(159,164,103); }
div.DivClassName
{
background-color: #9FA467;
}
.BgClassName
{
background-color: #9FA467;
}
</style>
border-color css
<style>
span { border-color: #9FA467; }
span { border-color: rgb(159,164,103); }
td.TdClassName
{
border-color: #9FA467;
}
.TagClassName
{
border-color: #9FA467;
}
</style>