Shades of Green Smoke #9CAF66
Tints of Green Smoke #9CAF66
RGB
CMYK
RGB Variations
Color information
#9CAF66 (or 0x9CAF66) is known color: Green Smoke. HEX triplet: 9C, AF and 66. RGB value is (156,175,102). Sum of RGB (Red+Green+Blue) = 156+175+102=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAF66 is #635099. Grayscale: #A1A1A1. Windows color (decimal): -6508698 or 6729628. OLE color: 6729628.
HSL color Cylindrical-coordinate representation of color #9CAF66: hue angle of 75.62º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CAF66 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 102 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.31 |
| HSL | 75.62º | 0.31% | 0.54% | - |
| HSV(B) | 75.62º | 0.42% | 0.69% | - |
| XYZ | 31.44 | 38.69 | 18.38 | - |
| YUV | 161 | 94.71 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 102 | 0.11 | 0 | 0.42 | 0.31 | 75.62 | 0.31 | 0.54 |
| Hex | 9C | AF | 66 | B | 0 | 2A | 1F | 4C | 1F | 36 |
| Octal | 234 | 257 | 146 | 13 | 0 | 52 | 37 | 114 | 37 | 66 |
| Binary | 10011100 | 10101111 | 1100110 | 1011 | 0 | 101010 | 11111 | 1001100 | 11111 | 110110 |
Color Harmonies of #9CAF66
Complementary color
Monochromatic Colors of #9CAF66
Black with #9CAF66
Text Example
Text Example
White with #9CAF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF66; }
p { color: rgb(156,175,102); }
H1.HeaderClassName
{
color: #9CAF66;
}
.AnyTagClassName
{
color: #9CAF66;
}
</style>
background-color css
<style>
a { background-color: #9CAF66; }
a { background-color: rgb(156,175,102); }
div.DivClassName
{
background-color: #9CAF66;
}
.BgClassName
{
background-color: #9CAF66;
}
</style>
border-color css
<style>
span { border-color: #9CAF66; }
span { border-color: rgb(156,175,102); }
td.TdClassName
{
border-color: #9CAF66;
}
.TagClassName
{
border-color: #9CAF66;
}
</style>