Shades of Green Smoke #9FA35C
Tints of Green Smoke #9FA35C
RGB
CMYK
RGB Variations
Color information
#9FA35C (or 0x9FA35C) is known color: Green Smoke. HEX triplet: 9F, A3 and 5C. RGB value is (159,163,92). Sum of RGB (Red+Green+Blue) = 159+163+92=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA35C is #605CA3. Grayscale: #999999. Windows color (decimal): -6315172 or 6071199. OLE color: 6071199.
HSL color Cylindrical-coordinate representation of color #9FA35C: hue angle of 63.38º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FA35C is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 163 | 92 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.36 |
| HSL | 63.38º | 0.28% | 0.5% | - |
| HSV(B) | 63.38º | 0.44% | 0.64% | - |
| XYZ | 29.33 | 34.34 | 15.21 | - |
| YUV | 153.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 92 | 0.02 | 0 | 0.44 | 0.36 | 63.38 | 0.28 | 0.5 |
| Hex | 9F | A3 | 5C | 2 | 0 | 2C | 24 | 3F | 1C | 32 |
| Octal | 237 | 243 | 134 | 2 | 0 | 54 | 44 | 77 | 34 | 62 |
| Binary | 10011111 | 10100011 | 1011100 | 10 | 0 | 101100 | 100100 | 111111 | 11100 | 110010 |
Color Harmonies of #9FA35C
Complementary color
Monochromatic Colors of #9FA35C
Black with #9FA35C
Text Example
Text Example
White with #9FA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA35C; }
p { color: rgb(159,163,92); }
H1.HeaderClassName
{
color: #9FA35C;
}
.AnyTagClassName
{
color: #9FA35C;
}
</style>
background-color css
<style>
a { background-color: #9FA35C; }
a { background-color: rgb(159,163,92); }
div.DivClassName
{
background-color: #9FA35C;
}
.BgClassName
{
background-color: #9FA35C;
}
</style>
border-color css
<style>
span { border-color: #9FA35C; }
span { border-color: rgb(159,163,92); }
td.TdClassName
{
border-color: #9FA35C;
}
.TagClassName
{
border-color: #9FA35C;
}
</style>