Shades of Green Smoke #9FB463
Tints of Green Smoke #9FB463
RGB
CMYK
RGB Variations
Color information
#9FB463 (or 0x9FB463) is known color: Green Smoke. HEX triplet: 9F, B4 and 63. RGB value is (159,180,99). Sum of RGB (Red+Green+Blue) = 159+180+99=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB463 is #604B9C. Grayscale: #A4A4A4. Windows color (decimal): -6310813 or 6534303. OLE color: 6534303.
HSL color Cylindrical-coordinate representation of color #9FB463: hue angle of 75.56º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FB463 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 99 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.29 |
| HSL | 75.56º | 0.35% | 0.55% | - |
| HSV(B) | 75.56º | 0.45% | 0.71% | - |
| XYZ | 32.87 | 40.91 | 17.97 | - |
| YUV | 164.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 99 | 0.12 | 0 | 0.45 | 0.29 | 75.56 | 0.35 | 0.55 |
| Hex | 9F | B4 | 63 | C | 0 | 2D | 1D | 4C | 23 | 37 |
| Octal | 237 | 264 | 143 | 14 | 0 | 55 | 35 | 114 | 43 | 67 |
| Binary | 10011111 | 10110100 | 1100011 | 1100 | 0 | 101101 | 11101 | 1001100 | 100011 | 110111 |
Color Harmonies of #9FB463
Complementary color
Monochromatic Colors of #9FB463
Black with #9FB463
Text Example
Text Example
White with #9FB463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB463; }
p { color: rgb(159,180,99); }
H1.HeaderClassName
{
color: #9FB463;
}
.AnyTagClassName
{
color: #9FB463;
}
</style>
background-color css
<style>
a { background-color: #9FB463; }
a { background-color: rgb(159,180,99); }
div.DivClassName
{
background-color: #9FB463;
}
.BgClassName
{
background-color: #9FB463;
}
</style>
border-color css
<style>
span { border-color: #9FB463; }
span { border-color: rgb(159,180,99); }
td.TdClassName
{
border-color: #9FB463;
}
.TagClassName
{
border-color: #9FB463;
}
</style>