Shades of Green Smoke #9FA56A
Tints of Green Smoke #9FA56A
RGB
CMYK
RGB Variations
Color information
#9FA56A (or 0x9FA56A) is known color: Green Smoke. HEX triplet: 9F, A5 and 6A. RGB value is (159,165,106). Sum of RGB (Red+Green+Blue) = 159+165+106=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA56A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA56A is #605A95. Grayscale: #9C9C9C. Windows color (decimal): -6314646 or 6989215. OLE color: 6989215.
HSL color Cylindrical-coordinate representation of color #9FA56A: hue angle of 66.1º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FA56A is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 165 | 106 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.35 |
| HSL | 66.1º | 0.25% | 0.53% | - |
| HSV(B) | 66.1º | 0.36% | 0.65% | - |
| XYZ | 30.35 | 35.32 | 18.85 | - |
| YUV | 156.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 165 | 106 | 0.04 | 0 | 0.36 | 0.35 | 66.1 | 0.25 | 0.53 |
| Hex | 9F | A5 | 6A | 4 | 0 | 24 | 23 | 42 | 19 | 35 |
| Octal | 237 | 245 | 152 | 4 | 0 | 44 | 43 | 102 | 31 | 65 |
| Binary | 10011111 | 10100101 | 1101010 | 100 | 0 | 100100 | 100011 | 1000010 | 11001 | 110101 |
Color Harmonies of #9FA56A
Complementary color
Monochromatic Colors of #9FA56A
Black with #9FA56A
Text Example
Text Example
White with #9FA56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA56A; }
p { color: rgb(159,165,106); }
H1.HeaderClassName
{
color: #9FA56A;
}
.AnyTagClassName
{
color: #9FA56A;
}
</style>
background-color css
<style>
a { background-color: #9FA56A; }
a { background-color: rgb(159,165,106); }
div.DivClassName
{
background-color: #9FA56A;
}
.BgClassName
{
background-color: #9FA56A;
}
</style>
border-color css
<style>
span { border-color: #9FA56A; }
span { border-color: rgb(159,165,106); }
td.TdClassName
{
border-color: #9FA56A;
}
.TagClassName
{
border-color: #9FA56A;
}
</style>