Shades of Green Smoke #9FB363
Tints of Green Smoke #9FB363
RGB
CMYK
RGB Variations
Color information
#9FB363 (or 0x9FB363) is known color: Green Smoke. HEX triplet: 9F, B3 and 63. RGB value is (159,179,99). Sum of RGB (Red+Green+Blue) = 159+179+99=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB363 is #604C9C. Grayscale: #A4A4A4. Windows color (decimal): -6311069 or 6534047. OLE color: 6534047.
HSL color Cylindrical-coordinate representation of color #9FB363: hue angle of 75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FB363 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 99 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.30 |
| HSL | 75º | 0.34% | 0.55% | - |
| HSV(B) | 75º | 0.45% | 0.7% | - |
| XYZ | 32.67 | 40.51 | 17.9 | - |
| YUV | 163.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 99 | 0.11 | 0 | 0.45 | 0.30 | 75 | 0.34 | 0.55 |
| Hex | 9F | B3 | 63 | B | 0 | 2D | 1E | 4B | 22 | 37 |
| Octal | 237 | 263 | 143 | 13 | 0 | 55 | 36 | 113 | 42 | 67 |
| Binary | 10011111 | 10110011 | 1100011 | 1011 | 0 | 101101 | 11110 | 1001011 | 100010 | 110111 |
Color Harmonies of #9FB363
Complementary color
Monochromatic Colors of #9FB363
Black with #9FB363
Text Example
Text Example
White with #9FB363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB363; }
p { color: rgb(159,179,99); }
H1.HeaderClassName
{
color: #9FB363;
}
.AnyTagClassName
{
color: #9FB363;
}
</style>
background-color css
<style>
a { background-color: #9FB363; }
a { background-color: rgb(159,179,99); }
div.DivClassName
{
background-color: #9FB363;
}
.BgClassName
{
background-color: #9FB363;
}
</style>
border-color css
<style>
span { border-color: #9FB363; }
span { border-color: rgb(159,179,99); }
td.TdClassName
{
border-color: #9FB363;
}
.TagClassName
{
border-color: #9FB363;
}
</style>