Shades of Green Smoke #9FA763
Tints of Green Smoke #9FA763
RGB
CMYK
RGB Variations
Color information
#9FA763 (or 0x9FA763) is known color: Green Smoke. HEX triplet: 9F, A7 and 63. RGB value is (159,167,99). Sum of RGB (Red+Green+Blue) = 159+167+99=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA763 is #60589C. Grayscale: #9D9D9D. Windows color (decimal): -6314141 or 6530975. OLE color: 6530975.
HSL color Cylindrical-coordinate representation of color #9FA763: hue angle of 67.06º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FA763 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 167 | 99 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.35 |
| HSL | 67.06º | 0.28% | 0.52% | - |
| HSV(B) | 67.06º | 0.41% | 0.65% | - |
| XYZ | 30.37 | 35.91 | 17.13 | - |
| YUV | 156.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 99 | 0.05 | 0 | 0.41 | 0.35 | 67.06 | 0.28 | 0.52 |
| Hex | 9F | A7 | 63 | 5 | 0 | 29 | 23 | 43 | 1C | 34 |
| Octal | 237 | 247 | 143 | 5 | 0 | 51 | 43 | 103 | 34 | 64 |
| Binary | 10011111 | 10100111 | 1100011 | 101 | 0 | 101001 | 100011 | 1000011 | 11100 | 110100 |
Color Harmonies of #9FA763
Complementary color
Monochromatic Colors of #9FA763
Black with #9FA763
Text Example
Text Example
White with #9FA763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA763; }
p { color: rgb(159,167,99); }
H1.HeaderClassName
{
color: #9FA763;
}
.AnyTagClassName
{
color: #9FA763;
}
</style>
background-color css
<style>
a { background-color: #9FA763; }
a { background-color: rgb(159,167,99); }
div.DivClassName
{
background-color: #9FA763;
}
.BgClassName
{
background-color: #9FA763;
}
</style>
border-color css
<style>
span { border-color: #9FA763; }
span { border-color: rgb(159,167,99); }
td.TdClassName
{
border-color: #9FA763;
}
.TagClassName
{
border-color: #9FA763;
}
</style>