Shades of Green Smoke #9CA868
Tints of Green Smoke #9CA868
RGB
CMYK
RGB Variations
Color information
#9CA868 (or 0x9CA868) is known color: Green Smoke. HEX triplet: 9C, A8 and 68. RGB value is (156,168,104). Sum of RGB (Red+Green+Blue) = 156+168+104=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA868 is #635797. Grayscale: #9D9D9D. Windows color (decimal): -6510488 or 6858908. OLE color: 6858908.
HSL color Cylindrical-coordinate representation of color #9CA868: hue angle of 71.25º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CA868 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 168 | 104 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.34 |
| HSL | 71.25º | 0.27% | 0.53% | - |
| HSV(B) | 71.25º | 0.38% | 0.66% | - |
| XYZ | 30.21 | 36.07 | 18.47 | - |
| YUV | 157.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 104 | 0.07 | 0 | 0.38 | 0.34 | 71.25 | 0.27 | 0.53 |
| Hex | 9C | A8 | 68 | 7 | 0 | 26 | 22 | 47 | 1B | 35 |
| Octal | 234 | 250 | 150 | 7 | 0 | 46 | 42 | 107 | 33 | 65 |
| Binary | 10011100 | 10101000 | 1101000 | 111 | 0 | 100110 | 100010 | 1000111 | 11011 | 110101 |
Color Harmonies of #9CA868
Complementary color
Monochromatic Colors of #9CA868
Black with #9CA868
Text Example
Text Example
White with #9CA868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA868; }
p { color: rgb(156,168,104); }
H1.HeaderClassName
{
color: #9CA868;
}
.AnyTagClassName
{
color: #9CA868;
}
</style>
background-color css
<style>
a { background-color: #9CA868; }
a { background-color: rgb(156,168,104); }
div.DivClassName
{
background-color: #9CA868;
}
.BgClassName
{
background-color: #9CA868;
}
</style>
border-color css
<style>
span { border-color: #9CA868; }
span { border-color: rgb(156,168,104); }
td.TdClassName
{
border-color: #9CA868;
}
.TagClassName
{
border-color: #9CA868;
}
</style>