Shades of Green Smoke #9CB168
Tints of Green Smoke #9CB168
RGB
CMYK
RGB Variations
Color information
#9CB168 (or 0x9CB168) is known color: Green Smoke. HEX triplet: 9C, B1 and 68. RGB value is (156,177,104). Sum of RGB (Red+Green+Blue) = 156+177+104=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB168 is #634E97. Grayscale: #A2A2A2. Windows color (decimal): -6508184 or 6861212. OLE color: 6861212.
HSL color Cylindrical-coordinate representation of color #9CB168: hue angle of 77.26º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CB168 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 104 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.31 |
| HSL | 77.26º | 0.32% | 0.55% | - |
| HSV(B) | 77.26º | 0.41% | 0.69% | - |
| XYZ | 31.93 | 39.51 | 19.04 | - |
| YUV | 162.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 104 | 0.12 | 0 | 0.41 | 0.31 | 77.26 | 0.32 | 0.55 |
| Hex | 9C | B1 | 68 | C | 0 | 29 | 1F | 4D | 20 | 37 |
| Octal | 234 | 261 | 150 | 14 | 0 | 51 | 37 | 115 | 40 | 67 |
| Binary | 10011100 | 10110001 | 1101000 | 1100 | 0 | 101001 | 11111 | 1001101 | 100000 | 110111 |
Color Harmonies of #9CB168
Complementary color
Monochromatic Colors of #9CB168
Black with #9CB168
Text Example
Text Example
White with #9CB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB168; }
p { color: rgb(156,177,104); }
H1.HeaderClassName
{
color: #9CB168;
}
.AnyTagClassName
{
color: #9CB168;
}
</style>
background-color css
<style>
a { background-color: #9CB168; }
a { background-color: rgb(156,177,104); }
div.DivClassName
{
background-color: #9CB168;
}
.BgClassName
{
background-color: #9CB168;
}
</style>
border-color css
<style>
span { border-color: #9CB168; }
span { border-color: rgb(156,177,104); }
td.TdClassName
{
border-color: #9CB168;
}
.TagClassName
{
border-color: #9CB168;
}
</style>