Shades of Green Smoke #9CA461
Tints of Green Smoke #9CA461
RGB
CMYK
RGB Variations
Color information
#9CA461 (or 0x9CA461) is known color: Green Smoke. HEX triplet: 9C, A4 and 61. RGB value is (156,164,97). Sum of RGB (Red+Green+Blue) = 156+164+97=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA461 is #635B9E. Grayscale: #9A9A9A. Windows color (decimal): -6511519 or 6399132. OLE color: 6399132.
HSL color Cylindrical-coordinate representation of color #9CA461: hue angle of 67.16º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CA461 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 164 | 97 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.36 |
| HSL | 67.16º | 0.27% | 0.51% | - |
| HSV(B) | 67.16º | 0.41% | 0.64% | - |
| XYZ | 29.14 | 34.48 | 16.43 | - |
| YUV | 153.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 164 | 97 | 0.05 | 0 | 0.41 | 0.36 | 67.16 | 0.27 | 0.51 |
| Hex | 9C | A4 | 61 | 5 | 0 | 29 | 24 | 43 | 1B | 33 |
| Octal | 234 | 244 | 141 | 5 | 0 | 51 | 44 | 103 | 33 | 63 |
| Binary | 10011100 | 10100100 | 1100001 | 101 | 0 | 101001 | 100100 | 1000011 | 11011 | 110011 |
Color Harmonies of #9CA461
Complementary color
Monochromatic Colors of #9CA461
Black with #9CA461
Text Example
Text Example
White with #9CA461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA461; }
p { color: rgb(156,164,97); }
H1.HeaderClassName
{
color: #9CA461;
}
.AnyTagClassName
{
color: #9CA461;
}
</style>
background-color css
<style>
a { background-color: #9CA461; }
a { background-color: rgb(156,164,97); }
div.DivClassName
{
background-color: #9CA461;
}
.BgClassName
{
background-color: #9CA461;
}
</style>
border-color css
<style>
span { border-color: #9CA461; }
span { border-color: rgb(156,164,97); }
td.TdClassName
{
border-color: #9CA461;
}
.TagClassName
{
border-color: #9CA461;
}
</style>