Shades of Green Smoke #9CB065
Tints of Green Smoke #9CB065
RGB
CMYK
RGB Variations
Color information
#9CB065 (or 0x9CB065) is known color: Green Smoke. HEX triplet: 9C, B0 and 65. RGB value is (156,176,101). Sum of RGB (Red+Green+Blue) = 156+176+101=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB065 is #634F9A. Grayscale: #A1A1A1. Windows color (decimal): -6508443 or 6664348. OLE color: 6664348.
HSL color Cylindrical-coordinate representation of color #9CB065: hue angle of 76º 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 #9CB065 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 176 | 101 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.31 |
| HSL | 76º | 0.32% | 0.54% | - |
| HSV(B) | 76º | 0.43% | 0.69% | - |
| XYZ | 31.58 | 39.06 | 18.19 | - |
| YUV | 161.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 176 | 101 | 0.11 | 0 | 0.43 | 0.31 | 76 | 0.32 | 0.54 |
| Hex | 9C | B0 | 65 | B | 0 | 2B | 1F | 4C | 20 | 36 |
| Octal | 234 | 260 | 145 | 13 | 0 | 53 | 37 | 114 | 40 | 66 |
| Binary | 10011100 | 10110000 | 1100101 | 1011 | 0 | 101011 | 11111 | 1001100 | 100000 | 110110 |
Color Harmonies of #9CB065
Complementary color
Monochromatic Colors of #9CB065
Black with #9CB065
Text Example
Text Example
White with #9CB065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB065; }
p { color: rgb(156,176,101); }
H1.HeaderClassName
{
color: #9CB065;
}
.AnyTagClassName
{
color: #9CB065;
}
</style>
background-color css
<style>
a { background-color: #9CB065; }
a { background-color: rgb(156,176,101); }
div.DivClassName
{
background-color: #9CB065;
}
.BgClassName
{
background-color: #9CB065;
}
</style>
border-color css
<style>
span { border-color: #9CB065; }
span { border-color: rgb(156,176,101); }
td.TdClassName
{
border-color: #9CB065;
}
.TagClassName
{
border-color: #9CB065;
}
</style>