Shades of Green Smoke #9FA565
Tints of Green Smoke #9FA565
RGB
CMYK
RGB Variations
Color information
#9FA565 (or 0x9FA565) is known color: Green Smoke. HEX triplet: 9F, A5 and 65. RGB value is (159,165,101). Sum of RGB (Red+Green+Blue) = 159+165+101=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA565 is #605A9A. Grayscale: #9C9C9C. Windows color (decimal): -6314651 or 6661535. OLE color: 6661535.
HSL color Cylindrical-coordinate representation of color #9FA565: hue angle of 65.62º degrees, saturation: 0.26, 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 #9FA565 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 165 | 101 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.35 |
| HSL | 65.63º | 0.26% | 0.52% | - |
| HSV(B) | 65.63º | 0.39% | 0.65% | - |
| XYZ | 30.1 | 35.22 | 17.52 | - |
| YUV | 155.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 165 | 101 | 0.04 | 0 | 0.39 | 0.35 | 65.63 | 0.26 | 0.52 |
| Hex | 9F | A5 | 65 | 4 | 0 | 27 | 23 | 42 | 1A | 34 |
| Octal | 237 | 245 | 145 | 4 | 0 | 47 | 43 | 102 | 32 | 64 |
| Binary | 10011111 | 10100101 | 1100101 | 100 | 0 | 100111 | 100011 | 1000010 | 11010 | 110100 |
Color Harmonies of #9FA565
Complementary color
Monochromatic Colors of #9FA565
Black with #9FA565
Text Example
Text Example
White with #9FA565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA565; }
p { color: rgb(159,165,101); }
H1.HeaderClassName
{
color: #9FA565;
}
.AnyTagClassName
{
color: #9FA565;
}
</style>
background-color css
<style>
a { background-color: #9FA565; }
a { background-color: rgb(159,165,101); }
div.DivClassName
{
background-color: #9FA565;
}
.BgClassName
{
background-color: #9FA565;
}
</style>
border-color css
<style>
span { border-color: #9FA565; }
span { border-color: rgb(159,165,101); }
td.TdClassName
{
border-color: #9FA565;
}
.TagClassName
{
border-color: #9FA565;
}
</style>