Shades of Green Smoke #9CAF6D
Tints of Green Smoke #9CAF6D
RGB
CMYK
RGB Variations
Color information
#9CAF6D (or 0x9CAF6D) is known color: Green Smoke. HEX triplet: 9C, AF and 6D. RGB value is (156,175,109). Sum of RGB (Red+Green+Blue) = 156+175+109=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAF6D is #635092. Grayscale: #A2A2A2. Windows color (decimal): -6508691 or 7188380. OLE color: 7188380.
HSL color Cylindrical-coordinate representation of color #9CAF6D: hue angle of 77.27º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CAF6D is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 109 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.31 |
| HSL | 77.27º | 0.29% | 0.56% | - |
| HSV(B) | 77.27º | 0.38% | 0.69% | - |
| XYZ | 31.8 | 38.83 | 20.29 | - |
| YUV | 161.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 109 | 0.11 | 0 | 0.38 | 0.31 | 77.27 | 0.29 | 0.56 |
| Hex | 9C | AF | 6D | B | 0 | 26 | 1F | 4D | 1D | 38 |
| Octal | 234 | 257 | 155 | 13 | 0 | 46 | 37 | 115 | 35 | 70 |
| Binary | 10011100 | 10101111 | 1101101 | 1011 | 0 | 100110 | 11111 | 1001101 | 11101 | 111000 |
Color Harmonies of #9CAF6D
Complementary color
Monochromatic Colors of #9CAF6D
Black with #9CAF6D
Text Example
Text Example
White with #9CAF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF6D; }
p { color: rgb(156,175,109); }
H1.HeaderClassName
{
color: #9CAF6D;
}
.AnyTagClassName
{
color: #9CAF6D;
}
</style>
background-color css
<style>
a { background-color: #9CAF6D; }
a { background-color: rgb(156,175,109); }
div.DivClassName
{
background-color: #9CAF6D;
}
.BgClassName
{
background-color: #9CAF6D;
}
</style>
border-color css
<style>
span { border-color: #9CAF6D; }
span { border-color: rgb(156,175,109); }
td.TdClassName
{
border-color: #9CAF6D;
}
.TagClassName
{
border-color: #9CAF6D;
}
</style>