Shades of Green Smoke #9FB06E
Tints of Green Smoke #9FB06E
RGB
CMYK
RGB Variations
Color information
#9FB06E (or 0x9FB06E) is known color: Green Smoke. HEX triplet: 9F, B0 and 6E. RGB value is (159,176,110). Sum of RGB (Red+Green+Blue) = 159+176+110=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB06E is #604F91. Grayscale: #A3A3A3. Windows color (decimal): -6311826 or 7254175. OLE color: 7254175.
HSL color Cylindrical-coordinate representation of color #9FB06E: hue angle of 75.45º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FB06E is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 110 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.31 |
| HSL | 75.45º | 0.29% | 0.56% | - |
| HSV(B) | 75.45º | 0.38% | 0.69% | - |
| XYZ | 32.64 | 39.55 | 20.67 | - |
| YUV | 163.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 110 | 0.10 | 0 | 0.37 | 0.31 | 75.45 | 0.29 | 0.56 |
| Hex | 9F | B0 | 6E | A | 0 | 25 | 1F | 4B | 1D | 38 |
| Octal | 237 | 260 | 156 | 12 | 0 | 45 | 37 | 113 | 35 | 70 |
| Binary | 10011111 | 10110000 | 1101110 | 1010 | 0 | 100101 | 11111 | 1001011 | 11101 | 111000 |
Color Harmonies of #9FB06E
Complementary color
Monochromatic Colors of #9FB06E
Black with #9FB06E
Text Example
Text Example
White with #9FB06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB06E; }
p { color: rgb(159,176,110); }
H1.HeaderClassName
{
color: #9FB06E;
}
.AnyTagClassName
{
color: #9FB06E;
}
</style>
background-color css
<style>
a { background-color: #9FB06E; }
a { background-color: rgb(159,176,110); }
div.DivClassName
{
background-color: #9FB06E;
}
.BgClassName
{
background-color: #9FB06E;
}
</style>
border-color css
<style>
span { border-color: #9FB06E; }
span { border-color: rgb(159,176,110); }
td.TdClassName
{
border-color: #9FB06E;
}
.TagClassName
{
border-color: #9FB06E;
}
</style>