Shades of Green Smoke #9FA468
Tints of Green Smoke #9FA468
RGB
CMYK
RGB Variations
Color information
#9FA468 (or 0x9FA468) is known color: Green Smoke. HEX triplet: 9F, A4 and 68. RGB value is (159,164,104). Sum of RGB (Red+Green+Blue) = 159+164+104=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA468 is #605B97. Grayscale: #9B9B9B. Windows color (decimal): -6314904 or 6857887. OLE color: 6857887.
HSL color Cylindrical-coordinate representation of color #9FA468: hue angle of 65º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FA468 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 164 | 104 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.36 |
| HSL | 65º | 0.25% | 0.53% | - |
| HSV(B) | 65º | 0.37% | 0.64% | - |
| XYZ | 30.07 | 34.92 | 18.25 | - |
| YUV | 155.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 104 | 0.03 | 0 | 0.37 | 0.36 | 65 | 0.25 | 0.53 |
| Hex | 9F | A4 | 68 | 3 | 0 | 25 | 24 | 41 | 19 | 35 |
| Octal | 237 | 244 | 150 | 3 | 0 | 45 | 44 | 101 | 31 | 65 |
| Binary | 10011111 | 10100100 | 1101000 | 11 | 0 | 100101 | 100100 | 1000001 | 11001 | 110101 |
Color Harmonies of #9FA468
Complementary color
Monochromatic Colors of #9FA468
Black with #9FA468
Text Example
Text Example
White with #9FA468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA468; }
p { color: rgb(159,164,104); }
H1.HeaderClassName
{
color: #9FA468;
}
.AnyTagClassName
{
color: #9FA468;
}
</style>
background-color css
<style>
a { background-color: #9FA468; }
a { background-color: rgb(159,164,104); }
div.DivClassName
{
background-color: #9FA468;
}
.BgClassName
{
background-color: #9FA468;
}
</style>
border-color css
<style>
span { border-color: #9FA468; }
span { border-color: rgb(159,164,104); }
td.TdClassName
{
border-color: #9FA468;
}
.TagClassName
{
border-color: #9FA468;
}
</style>