Shades of Green Smoke #9CA665
Tints of Green Smoke #9CA665
RGB
CMYK
RGB Variations
Color information
#9CA665 (or 0x9CA665) is known color: Green Smoke. HEX triplet: 9C, A6 and 65. RGB value is (156,166,101). Sum of RGB (Red+Green+Blue) = 156+166+101=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA665 is #63599A. Grayscale: #9B9B9B. Windows color (decimal): -6511003 or 6661788. OLE color: 6661788.
HSL color Cylindrical-coordinate representation of color #9CA665: hue angle of 69.23º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CA665 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 166 | 101 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.35 |
| HSL | 69.23º | 0.27% | 0.52% | - |
| HSV(B) | 69.23º | 0.39% | 0.65% | - |
| XYZ | 29.7 | 35.28 | 17.56 | - |
| YUV | 155.6 | 97.19 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 101 | 0.06 | 0 | 0.39 | 0.35 | 69.23 | 0.27 | 0.52 |
| Hex | 9C | A6 | 65 | 6 | 0 | 27 | 23 | 45 | 1B | 34 |
| Octal | 234 | 246 | 145 | 6 | 0 | 47 | 43 | 105 | 33 | 64 |
| Binary | 10011100 | 10100110 | 1100101 | 110 | 0 | 100111 | 100011 | 1000101 | 11011 | 110100 |
Color Harmonies of #9CA665
Complementary color
Monochromatic Colors of #9CA665
Black with #9CA665
Text Example
Text Example
White with #9CA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA665; }
p { color: rgb(156,166,101); }
H1.HeaderClassName
{
color: #9CA665;
}
.AnyTagClassName
{
color: #9CA665;
}
</style>
background-color css
<style>
a { background-color: #9CA665; }
a { background-color: rgb(156,166,101); }
div.DivClassName
{
background-color: #9CA665;
}
.BgClassName
{
background-color: #9CA665;
}
</style>
border-color css
<style>
span { border-color: #9CA665; }
span { border-color: rgb(156,166,101); }
td.TdClassName
{
border-color: #9CA665;
}
.TagClassName
{
border-color: #9CA665;
}
</style>