Shades of Green Smoke #9FB455
Tints of Green Smoke #9FB455
RGB
CMYK
RGB Variations
Color information
#9FB455 (or 0x9FB455) is known color: Green Smoke. HEX triplet: 9F, B4 and 55. RGB value is (159,180,85). Sum of RGB (Red+Green+Blue) = 159+180+85=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB455 is #604BAA. Grayscale: #A3A3A3. Windows color (decimal): -6310827 or 5616799. OLE color: 5616799.
HSL color Cylindrical-coordinate representation of color #9FB455: hue angle of 73.26º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FB455 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 85 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.29 |
| HSL | 73.26º | 0.39% | 0.52% | - |
| HSV(B) | 73.26º | 0.53% | 0.71% | - |
| XYZ | 32.26 | 40.67 | 14.74 | - |
| YUV | 162.89 | 84.04 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 85 | 0.12 | 0 | 0.53 | 0.29 | 73.26 | 0.39 | 0.52 |
| Hex | 9F | B4 | 55 | C | 0 | 35 | 1D | 49 | 27 | 34 |
| Octal | 237 | 264 | 125 | 14 | 0 | 65 | 35 | 111 | 47 | 64 |
| Binary | 10011111 | 10110100 | 1010101 | 1100 | 0 | 110101 | 11101 | 1001001 | 100111 | 110100 |
Color Harmonies of #9FB455
Complementary color
Monochromatic Colors of #9FB455
Black with #9FB455
Text Example
Text Example
White with #9FB455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB455; }
p { color: rgb(159,180,85); }
H1.HeaderClassName
{
color: #9FB455;
}
.AnyTagClassName
{
color: #9FB455;
}
</style>
background-color css
<style>
a { background-color: #9FB455; }
a { background-color: rgb(159,180,85); }
div.DivClassName
{
background-color: #9FB455;
}
.BgClassName
{
background-color: #9FB455;
}
</style>
border-color css
<style>
span { border-color: #9FB455; }
span { border-color: rgb(159,180,85); }
td.TdClassName
{
border-color: #9FB455;
}
.TagClassName
{
border-color: #9FB455;
}
</style>