Shades of Green Smoke #9FB066
Tints of Green Smoke #9FB066
RGB
CMYK
RGB Variations
Color information
#9FB066 (or 0x9FB066) is known color: Green Smoke. HEX triplet: 9F, B0 and 66. RGB value is (159,176,102). Sum of RGB (Red+Green+Blue) = 159+176+102=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB066 is #604F99. Grayscale: #A2A2A2. Windows color (decimal): -6311834 or 6729887. OLE color: 6729887.
HSL color Cylindrical-coordinate representation of color #9FB066: hue angle of 73.78º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FB066 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 102 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.31 |
| HSL | 73.78º | 0.32% | 0.55% | - |
| HSV(B) | 73.78º | 0.42% | 0.69% | - |
| XYZ | 32.22 | 39.38 | 18.47 | - |
| YUV | 162.48 | 93.87 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 102 | 0.10 | 0 | 0.42 | 0.31 | 73.78 | 0.32 | 0.55 |
| Hex | 9F | B0 | 66 | A | 0 | 2A | 1F | 4A | 20 | 37 |
| Octal | 237 | 260 | 146 | 12 | 0 | 52 | 37 | 112 | 40 | 67 |
| Binary | 10011111 | 10110000 | 1100110 | 1010 | 0 | 101010 | 11111 | 1001010 | 100000 | 110111 |
Color Harmonies of #9FB066
Complementary color
Monochromatic Colors of #9FB066
Black with #9FB066
Text Example
Text Example
White with #9FB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB066; }
p { color: rgb(159,176,102); }
H1.HeaderClassName
{
color: #9FB066;
}
.AnyTagClassName
{
color: #9FB066;
}
</style>
background-color css
<style>
a { background-color: #9FB066; }
a { background-color: rgb(159,176,102); }
div.DivClassName
{
background-color: #9FB066;
}
.BgClassName
{
background-color: #9FB066;
}
</style>
border-color css
<style>
span { border-color: #9FB066; }
span { border-color: rgb(159,176,102); }
td.TdClassName
{
border-color: #9FB066;
}
.TagClassName
{
border-color: #9FB066;
}
</style>