Shades of Green Smoke #9FA752
Tints of Green Smoke #9FA752
RGB
CMYK
RGB Variations
Color information
#9FA752 (or 0x9FA752) is known color: Green Smoke. HEX triplet: 9F, A7 and 52. RGB value is (159,167,82). Sum of RGB (Red+Green+Blue) = 159+167+82=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA752 is #6058AD. Grayscale: #9B9B9B. Windows color (decimal): -6314158 or 5416863. OLE color: 5416863.
HSL color Cylindrical-coordinate representation of color #9FA752: hue angle of 65.65º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FA752 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 167 | 82 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.35 |
| HSL | 65.65º | 0.34% | 0.49% | - |
| HSV(B) | 65.65º | 0.51% | 0.65% | - |
| XYZ | 29.64 | 35.62 | 13.3 | - |
| YUV | 154.92 | 86.85 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 82 | 0.05 | 0 | 0.51 | 0.35 | 65.65 | 0.34 | 0.49 |
| Hex | 9F | A7 | 52 | 5 | 0 | 33 | 23 | 42 | 22 | 31 |
| Octal | 237 | 247 | 122 | 5 | 0 | 63 | 43 | 102 | 42 | 61 |
| Binary | 10011111 | 10100111 | 1010010 | 101 | 0 | 110011 | 100011 | 1000010 | 100010 | 110001 |
Color Harmonies of #9FA752
Complementary color
Monochromatic Colors of #9FA752
Black with #9FA752
Text Example
Text Example
White with #9FA752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA752; }
p { color: rgb(159,167,82); }
H1.HeaderClassName
{
color: #9FA752;
}
.AnyTagClassName
{
color: #9FA752;
}
</style>
background-color css
<style>
a { background-color: #9FA752; }
a { background-color: rgb(159,167,82); }
div.DivClassName
{
background-color: #9FA752;
}
.BgClassName
{
background-color: #9FA752;
}
</style>
border-color css
<style>
span { border-color: #9FA752; }
span { border-color: rgb(159,167,82); }
td.TdClassName
{
border-color: #9FA752;
}
.TagClassName
{
border-color: #9FA752;
}
</style>