Shades of Green Smoke #9FA555
Tints of Green Smoke #9FA555
RGB
CMYK
RGB Variations
Color information
#9FA555 (or 0x9FA555) is known color: Green Smoke. HEX triplet: 9F, A5 and 55. RGB value is (159,165,85). Sum of RGB (Red+Green+Blue) = 159+165+85=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA555 is #605AAA. Grayscale: #9A9A9A. Windows color (decimal): -6314667 or 5612959. OLE color: 5612959.
HSL color Cylindrical-coordinate representation of color #9FA555: hue angle of 64.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FA555 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 165 | 85 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.35 |
| HSL | 64.5º | 0.32% | 0.49% | - |
| HSV(B) | 64.5º | 0.48% | 0.65% | - |
| XYZ | 29.39 | 34.94 | 13.79 | - |
| YUV | 154.09 | 89.01 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 165 | 85 | 0.04 | 0 | 0.48 | 0.35 | 64.5 | 0.32 | 0.49 |
| Hex | 9F | A5 | 55 | 4 | 0 | 30 | 23 | 40 | 20 | 31 |
| Octal | 237 | 245 | 125 | 4 | 0 | 60 | 43 | 100 | 40 | 61 |
| Binary | 10011111 | 10100101 | 1010101 | 100 | 0 | 110000 | 100011 | 1000000 | 100000 | 110001 |
Color Harmonies of #9FA555
Complementary color
Monochromatic Colors of #9FA555
Black with #9FA555
Text Example
Text Example
White with #9FA555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA555; }
p { color: rgb(159,165,85); }
H1.HeaderClassName
{
color: #9FA555;
}
.AnyTagClassName
{
color: #9FA555;
}
</style>
background-color css
<style>
a { background-color: #9FA555; }
a { background-color: rgb(159,165,85); }
div.DivClassName
{
background-color: #9FA555;
}
.BgClassName
{
background-color: #9FA555;
}
</style>
border-color css
<style>
span { border-color: #9FA555; }
span { border-color: rgb(159,165,85); }
td.TdClassName
{
border-color: #9FA555;
}
.TagClassName
{
border-color: #9FA555;
}
</style>