Shades of Green Smoke #9FB85F
Tints of Green Smoke #9FB85F
RGB
CMYK
RGB Variations
Color information
#9FB85F (or 0x9FB85F) is known color: Green Smoke. HEX triplet: 9F, B8 and 5F. RGB value is (159,184,95). Sum of RGB (Red+Green+Blue) = 159+184+95=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB85F is #6047A0. Grayscale: #A6A6A6. Windows color (decimal): -6309793 or 6273183. OLE color: 6273183.
HSL color Cylindrical-coordinate representation of color #9FB85F: hue angle of 76.85º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FB85F is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 95 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.28 |
| HSL | 76.85º | 0.39% | 0.55% | - |
| HSV(B) | 76.85º | 0.48% | 0.72% | - |
| XYZ | 33.5 | 42.48 | 17.26 | - |
| YUV | 166.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 95 | 0.14 | 0 | 0.48 | 0.28 | 76.85 | 0.39 | 0.55 |
| Hex | 9F | B8 | 5F | E | 0 | 30 | 1C | 4D | 27 | 37 |
| Octal | 237 | 270 | 137 | 16 | 0 | 60 | 34 | 115 | 47 | 67 |
| Binary | 10011111 | 10111000 | 1011111 | 1110 | 0 | 110000 | 11100 | 1001101 | 100111 | 110111 |
Color Harmonies of #9FB85F
Complementary color
Monochromatic Colors of #9FB85F
Black with #9FB85F
Text Example
Text Example
White with #9FB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB85F; }
p { color: rgb(159,184,95); }
H1.HeaderClassName
{
color: #9FB85F;
}
.AnyTagClassName
{
color: #9FB85F;
}
</style>
background-color css
<style>
a { background-color: #9FB85F; }
a { background-color: rgb(159,184,95); }
div.DivClassName
{
background-color: #9FB85F;
}
.BgClassName
{
background-color: #9FB85F;
}
</style>
border-color css
<style>
span { border-color: #9FB85F; }
span { border-color: rgb(159,184,95); }
td.TdClassName
{
border-color: #9FB85F;
}
.TagClassName
{
border-color: #9FB85F;
}
</style>