Shades of Green Smoke #9FB752
Tints of Green Smoke #9FB752
RGB
CMYK
RGB Variations
Color information
#9FB752 (or 0x9FB752) is known color: Green Smoke. HEX triplet: 9F, B7 and 52. RGB value is (159,183,82). Sum of RGB (Red+Green+Blue) = 159+183+82=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB752 is #6048AD. Grayscale: #A4A4A4. Windows color (decimal): -6310062 or 5420959. OLE color: 5420959.
HSL color Cylindrical-coordinate representation of color #9FB752: hue angle of 74.26º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FB752 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 82 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.28 |
| HSL | 74.26º | 0.41% | 0.52% | - |
| HSV(B) | 74.26º | 0.55% | 0.72% | - |
| XYZ | 32.75 | 41.85 | 14.33 | - |
| YUV | 164.31 | 81.55 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 82 | 0.13 | 0 | 0.55 | 0.28 | 74.26 | 0.41 | 0.52 |
| Hex | 9F | B7 | 52 | D | 0 | 37 | 1C | 4A | 29 | 34 |
| Octal | 237 | 267 | 122 | 15 | 0 | 67 | 34 | 112 | 51 | 64 |
| Binary | 10011111 | 10110111 | 1010010 | 1101 | 0 | 110111 | 11100 | 1001010 | 101001 | 110100 |
Color Harmonies of #9FB752
Complementary color
Monochromatic Colors of #9FB752
Black with #9FB752
Text Example
Text Example
White with #9FB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB752; }
p { color: rgb(159,183,82); }
H1.HeaderClassName
{
color: #9FB752;
}
.AnyTagClassName
{
color: #9FB752;
}
</style>
background-color css
<style>
a { background-color: #9FB752; }
a { background-color: rgb(159,183,82); }
div.DivClassName
{
background-color: #9FB752;
}
.BgClassName
{
background-color: #9FB752;
}
</style>
border-color css
<style>
span { border-color: #9FB752; }
span { border-color: rgb(159,183,82); }
td.TdClassName
{
border-color: #9FB752;
}
.TagClassName
{
border-color: #9FB752;
}
</style>