Shades of Green Smoke #9FA564
Tints of Green Smoke #9FA564
RGB
CMYK
RGB Variations
Color information
#9FA564 (or 0x9FA564) is known color: Green Smoke. HEX triplet: 9F, A5 and 64. RGB value is (159,165,100). Sum of RGB (Red+Green+Blue) = 159+165+100=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA564 is #605A9B. Grayscale: #9C9C9C. Windows color (decimal): -6314652 or 6595999. OLE color: 6595999.
HSL color Cylindrical-coordinate representation of color #9FA564: hue angle of 65.54º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FA564 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 165 | 100 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.35 |
| HSL | 65.54º | 0.27% | 0.52% | - |
| HSV(B) | 65.54º | 0.39% | 0.65% | - |
| XYZ | 30.05 | 35.2 | 17.27 | - |
| YUV | 155.8 | 96.51 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 165 | 100 | 0.04 | 0 | 0.39 | 0.35 | 65.54 | 0.27 | 0.52 |
| Hex | 9F | A5 | 64 | 4 | 0 | 27 | 23 | 42 | 1B | 34 |
| Octal | 237 | 245 | 144 | 4 | 0 | 47 | 43 | 102 | 33 | 64 |
| Binary | 10011111 | 10100101 | 1100100 | 100 | 0 | 100111 | 100011 | 1000010 | 11011 | 110100 |
Color Harmonies of #9FA564
Complementary color
Monochromatic Colors of #9FA564
Black with #9FA564
Text Example
Text Example
White with #9FA564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA564; }
p { color: rgb(159,165,100); }
H1.HeaderClassName
{
color: #9FA564;
}
.AnyTagClassName
{
color: #9FA564;
}
</style>
background-color css
<style>
a { background-color: #9FA564; }
a { background-color: rgb(159,165,100); }
div.DivClassName
{
background-color: #9FA564;
}
.BgClassName
{
background-color: #9FA564;
}
</style>
border-color css
<style>
span { border-color: #9FA564; }
span { border-color: rgb(159,165,100); }
td.TdClassName
{
border-color: #9FA564;
}
.TagClassName
{
border-color: #9FA564;
}
</style>