Shades of Green Smoke #9FB05D
Tints of Green Smoke #9FB05D
RGB
CMYK
RGB Variations
Color information
#9FB05D (or 0x9FB05D) is known color: Green Smoke. HEX triplet: 9F, B0 and 5D. RGB value is (159,176,93). Sum of RGB (Red+Green+Blue) = 159+176+93=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB05D is #604FA2. Grayscale: #A1A1A1. Windows color (decimal): -6311843 or 6140063. OLE color: 6140063.
HSL color Cylindrical-coordinate representation of color #9FB05D: hue angle of 72.29º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FB05D is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 93 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.31 |
| HSL | 72.29º | 0.34% | 0.53% | - |
| HSV(B) | 72.29º | 0.47% | 0.69% | - |
| XYZ | 31.8 | 39.21 | 16.25 | - |
| YUV | 161.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 93 | 0.10 | 0 | 0.47 | 0.31 | 72.29 | 0.34 | 0.53 |
| Hex | 9F | B0 | 5D | A | 0 | 2F | 1F | 48 | 22 | 35 |
| Octal | 237 | 260 | 135 | 12 | 0 | 57 | 37 | 110 | 42 | 65 |
| Binary | 10011111 | 10110000 | 1011101 | 1010 | 0 | 101111 | 11111 | 1001000 | 100010 | 110101 |
Color Harmonies of #9FB05D
Complementary color
Monochromatic Colors of #9FB05D
Black with #9FB05D
Text Example
Text Example
White with #9FB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB05D; }
p { color: rgb(159,176,93); }
H1.HeaderClassName
{
color: #9FB05D;
}
.AnyTagClassName
{
color: #9FB05D;
}
</style>
background-color css
<style>
a { background-color: #9FB05D; }
a { background-color: rgb(159,176,93); }
div.DivClassName
{
background-color: #9FB05D;
}
.BgClassName
{
background-color: #9FB05D;
}
</style>
border-color css
<style>
span { border-color: #9FB05D; }
span { border-color: rgb(159,176,93); }
td.TdClassName
{
border-color: #9FB05D;
}
.TagClassName
{
border-color: #9FB05D;
}
</style>