Shades of Green Smoke #9C9C59
Tints of Green Smoke #9C9C59
RGB
CMYK
RGB Variations
Color information
#9C9C59 (or 0x9C9C59) is known color: Green Smoke. HEX triplet: 9C, 9C and 59. RGB value is (156,156,89). Sum of RGB (Red+Green+Blue) = 156+156+89=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 156 - color contains mainly: red, green. Hex color #9C9C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9C59 is #6363A6. Grayscale: #949494. Windows color (decimal): -6513575 or 5872796. OLE color: 5872796.
HSL color Cylindrical-coordinate representation of color #9C9C59: hue angle of 60º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C9C59 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 156 | 89 | - |
| CMYK | 0 | 0 | 0.43 | 0.39 |
| HSL | 60º | 0.27% | 0.48% | - |
| HSV(B) | 60º | 0.43% | 0.61% | - |
| XYZ | 27.4 | 31.57 | 14.1 | - |
| YUV | 148.36 | 94.5 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 156 | 89 | 0 | 0 | 0.43 | 0.39 | 60 | 0.27 | 0.48 |
| Hex | 9C | 9C | 59 | 0 | 0 | 2B | 27 | 3C | 1B | 30 |
| Octal | 234 | 234 | 131 | 0 | 0 | 53 | 47 | 74 | 33 | 60 |
| Binary | 10011100 | 10011100 | 1011001 | 0 | 0 | 101011 | 100111 | 111100 | 11011 | 110000 |
Color Harmonies of #9C9C59
Complementary color
Monochromatic Colors of #9C9C59
Black with #9C9C59
Text Example
Text Example
White with #9C9C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9C59; }
p { color: rgb(156,156,89); }
H1.HeaderClassName
{
color: #9C9C59;
}
.AnyTagClassName
{
color: #9C9C59;
}
</style>
background-color css
<style>
a { background-color: #9C9C59; }
a { background-color: rgb(156,156,89); }
div.DivClassName
{
background-color: #9C9C59;
}
.BgClassName
{
background-color: #9C9C59;
}
</style>
border-color css
<style>
span { border-color: #9C9C59; }
span { border-color: rgb(156,156,89); }
td.TdClassName
{
border-color: #9C9C59;
}
.TagClassName
{
border-color: #9C9C59;
}
</style>