Shades of Green Smoke #9CB064
Tints of Green Smoke #9CB064
RGB
CMYK
RGB Variations
Color information
#9CB064 (or 0x9CB064) is known color: Green Smoke. HEX triplet: 9C, B0 and 64. RGB value is (156,176,100). Sum of RGB (Red+Green+Blue) = 156+176+100=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB064 is #634F9B. Grayscale: #A1A1A1. Windows color (decimal): -6508444 or 6598812. OLE color: 6598812.
HSL color Cylindrical-coordinate representation of color #9CB064: hue angle of 75.79º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CB064 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 176 | 100 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.31 |
| HSL | 75.79º | 0.32% | 0.54% | - |
| HSV(B) | 75.79º | 0.43% | 0.69% | - |
| XYZ | 31.54 | 39.04 | 17.93 | - |
| YUV | 161.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 176 | 100 | 0.11 | 0 | 0.43 | 0.31 | 75.79 | 0.32 | 0.54 |
| Hex | 9C | B0 | 64 | B | 0 | 2B | 1F | 4C | 20 | 36 |
| Octal | 234 | 260 | 144 | 13 | 0 | 53 | 37 | 114 | 40 | 66 |
| Binary | 10011100 | 10110000 | 1100100 | 1011 | 0 | 101011 | 11111 | 1001100 | 100000 | 110110 |
Color Harmonies of #9CB064
Complementary color
Monochromatic Colors of #9CB064
Black with #9CB064
Text Example
Text Example
White with #9CB064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB064; }
p { color: rgb(156,176,100); }
H1.HeaderClassName
{
color: #9CB064;
}
.AnyTagClassName
{
color: #9CB064;
}
</style>
background-color css
<style>
a { background-color: #9CB064; }
a { background-color: rgb(156,176,100); }
div.DivClassName
{
background-color: #9CB064;
}
.BgClassName
{
background-color: #9CB064;
}
</style>
border-color css
<style>
span { border-color: #9CB064; }
span { border-color: rgb(156,176,100); }
td.TdClassName
{
border-color: #9CB064;
}
.TagClassName
{
border-color: #9CB064;
}
</style>