Shades of Green Smoke #9FA263
Tints of Green Smoke #9FA263
RGB
CMYK
RGB Variations
Color information
#9FA263 (or 0x9FA263) is known color: Green Smoke. HEX triplet: 9F, A2 and 63. RGB value is (159,162,99). Sum of RGB (Red+Green+Blue) = 159+162+99=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA263 is #605D9C. Grayscale: #9A9A9A. Windows color (decimal): -6315421 or 6529695. OLE color: 6529695.
HSL color Cylindrical-coordinate representation of color #9FA263: hue angle of 62.86º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FA263 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 162 | 99 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.36 |
| HSL | 62.86º | 0.25% | 0.51% | - |
| HSV(B) | 62.86º | 0.39% | 0.64% | - |
| XYZ | 29.47 | 34.11 | 16.84 | - |
| YUV | 153.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 99 | 0.02 | 0 | 0.39 | 0.36 | 62.86 | 0.25 | 0.51 |
| Hex | 9F | A2 | 63 | 2 | 0 | 27 | 24 | 3F | 19 | 33 |
| Octal | 237 | 242 | 143 | 2 | 0 | 47 | 44 | 77 | 31 | 63 |
| Binary | 10011111 | 10100010 | 1100011 | 10 | 0 | 100111 | 100100 | 111111 | 11001 | 110011 |
Color Harmonies of #9FA263
Complementary color
Monochromatic Colors of #9FA263
Black with #9FA263
Text Example
Text Example
White with #9FA263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA263; }
p { color: rgb(159,162,99); }
H1.HeaderClassName
{
color: #9FA263;
}
.AnyTagClassName
{
color: #9FA263;
}
</style>
background-color css
<style>
a { background-color: #9FA263; }
a { background-color: rgb(159,162,99); }
div.DivClassName
{
background-color: #9FA263;
}
.BgClassName
{
background-color: #9FA263;
}
</style>
border-color css
<style>
span { border-color: #9FA263; }
span { border-color: rgb(159,162,99); }
td.TdClassName
{
border-color: #9FA263;
}
.TagClassName
{
border-color: #9FA263;
}
</style>