Shades of Green Smoke #9FB758
Tints of Green Smoke #9FB758
RGB
CMYK
RGB Variations
Color information
#9FB758 (or 0x9FB758) is known color: Green Smoke. HEX triplet: 9F, B7 and 58. RGB value is (159,183,88). Sum of RGB (Red+Green+Blue) = 159+183+88=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB758 is #6048A7. Grayscale: #A5A5A5. Windows color (decimal): -6310056 or 5814175. OLE color: 5814175.
HSL color Cylindrical-coordinate representation of color #9FB758: hue angle of 75.16º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FB758 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 88 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.28 |
| HSL | 75.16º | 0.4% | 0.53% | - |
| HSV(B) | 75.16º | 0.52% | 0.72% | - |
| XYZ | 32.99 | 41.94 | 15.59 | - |
| YUV | 164.99 | 84.55 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 88 | 0.13 | 0 | 0.52 | 0.28 | 75.16 | 0.4 | 0.53 |
| Hex | 9F | B7 | 58 | D | 0 | 34 | 1C | 4B | 28 | 35 |
| Octal | 237 | 267 | 130 | 15 | 0 | 64 | 34 | 113 | 50 | 65 |
| Binary | 10011111 | 10110111 | 1011000 | 1101 | 0 | 110100 | 11100 | 1001011 | 101000 | 110101 |
Color Harmonies of #9FB758
Complementary color
Monochromatic Colors of #9FB758
Black with #9FB758
Text Example
Text Example
White with #9FB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB758; }
p { color: rgb(159,183,88); }
H1.HeaderClassName
{
color: #9FB758;
}
.AnyTagClassName
{
color: #9FB758;
}
</style>
background-color css
<style>
a { background-color: #9FB758; }
a { background-color: rgb(159,183,88); }
div.DivClassName
{
background-color: #9FB758;
}
.BgClassName
{
background-color: #9FB758;
}
</style>
border-color css
<style>
span { border-color: #9FB758; }
span { border-color: rgb(159,183,88); }
td.TdClassName
{
border-color: #9FB758;
}
.TagClassName
{
border-color: #9FB758;
}
</style>