Shades of Green Smoke #9CA46C
Tints of Green Smoke #9CA46C
RGB
CMYK
RGB Variations
Color information
#9CA46C (or 0x9CA46C) is known color: Green Smoke. HEX triplet: 9C, A4 and 6C. RGB value is (156,164,108). Sum of RGB (Red+Green+Blue) = 156+164+108=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA46C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA46C is #635B93. Grayscale: #9B9B9B. Windows color (decimal): -6511508 or 7120028. OLE color: 7120028.
HSL color Cylindrical-coordinate representation of color #9CA46C: hue angle of 68.57º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CA46C is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 164 | 108 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.36 |
| HSL | 68.57º | 0.24% | 0.53% | - |
| HSV(B) | 68.57º | 0.34% | 0.64% | - |
| XYZ | 29.69 | 34.7 | 19.32 | - |
| YUV | 155.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 164 | 108 | 0.05 | 0 | 0.34 | 0.36 | 68.57 | 0.24 | 0.53 |
| Hex | 9C | A4 | 6C | 5 | 0 | 22 | 24 | 45 | 18 | 35 |
| Octal | 234 | 244 | 154 | 5 | 0 | 42 | 44 | 105 | 30 | 65 |
| Binary | 10011100 | 10100100 | 1101100 | 101 | 0 | 100010 | 100100 | 1000101 | 11000 | 110101 |
Color Harmonies of #9CA46C
Complementary color
Monochromatic Colors of #9CA46C
Black with #9CA46C
Text Example
Text Example
White with #9CA46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA46C; }
p { color: rgb(156,164,108); }
H1.HeaderClassName
{
color: #9CA46C;
}
.AnyTagClassName
{
color: #9CA46C;
}
</style>
background-color css
<style>
a { background-color: #9CA46C; }
a { background-color: rgb(156,164,108); }
div.DivClassName
{
background-color: #9CA46C;
}
.BgClassName
{
background-color: #9CA46C;
}
</style>
border-color css
<style>
span { border-color: #9CA46C; }
span { border-color: rgb(156,164,108); }
td.TdClassName
{
border-color: #9CA46C;
}
.TagClassName
{
border-color: #9CA46C;
}
</style>