Shades of Green Smoke #9FA262
Tints of Green Smoke #9FA262
RGB
CMYK
RGB Variations
Color information
#9FA262 (or 0x9FA262) is known color: Green Smoke. HEX triplet: 9F, A2 and 62. RGB value is (159,162,98). Sum of RGB (Red+Green+Blue) = 159+162+98=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA262 is #605D9D. Grayscale: #9A9A9A. Windows color (decimal): -6315422 or 6464159. OLE color: 6464159.
HSL color Cylindrical-coordinate representation of color #9FA262: hue angle of 62.81º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FA262 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 162 | 98 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.36 |
| HSL | 62.81º | 0.26% | 0.51% | - |
| HSV(B) | 62.81º | 0.4% | 0.64% | - |
| XYZ | 29.42 | 34.09 | 16.59 | - |
| YUV | 153.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 98 | 0.02 | 0 | 0.40 | 0.36 | 62.81 | 0.26 | 0.51 |
| Hex | 9F | A2 | 62 | 2 | 0 | 28 | 24 | 3F | 1A | 33 |
| Octal | 237 | 242 | 142 | 2 | 0 | 50 | 44 | 77 | 32 | 63 |
| Binary | 10011111 | 10100010 | 1100010 | 10 | 0 | 101000 | 100100 | 111111 | 11010 | 110011 |
Color Harmonies of #9FA262
Complementary color
Monochromatic Colors of #9FA262
Black with #9FA262
Text Example
Text Example
White with #9FA262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA262; }
p { color: rgb(159,162,98); }
H1.HeaderClassName
{
color: #9FA262;
}
.AnyTagClassName
{
color: #9FA262;
}
</style>
background-color css
<style>
a { background-color: #9FA262; }
a { background-color: rgb(159,162,98); }
div.DivClassName
{
background-color: #9FA262;
}
.BgClassName
{
background-color: #9FA262;
}
</style>
border-color css
<style>
span { border-color: #9FA262; }
span { border-color: rgb(159,162,98); }
td.TdClassName
{
border-color: #9FA262;
}
.TagClassName
{
border-color: #9FA262;
}
</style>