Shades of Green Smoke #9CAF65
Tints of Green Smoke #9CAF65
RGB
CMYK
RGB Variations
Color information
#9CAF65 (or 0x9CAF65) is known color: Green Smoke. HEX triplet: 9C, AF and 65. RGB value is (156,175,101). Sum of RGB (Red+Green+Blue) = 156+175+101=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAF65 is #63509A. Grayscale: #A1A1A1. Windows color (decimal): -6508699 or 6664092. OLE color: 6664092.
HSL color Cylindrical-coordinate representation of color #9CAF65: hue angle of 75.41º degrees, saturation: 0.32, 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 #9CAF65 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 101 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.31 |
| HSL | 75.41º | 0.32% | 0.54% | - |
| HSV(B) | 75.41º | 0.42% | 0.69% | - |
| XYZ | 31.39 | 38.67 | 18.12 | - |
| YUV | 160.88 | 94.21 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 101 | 0.11 | 0 | 0.42 | 0.31 | 75.41 | 0.32 | 0.54 |
| Hex | 9C | AF | 65 | B | 0 | 2A | 1F | 4B | 20 | 36 |
| Octal | 234 | 257 | 145 | 13 | 0 | 52 | 37 | 113 | 40 | 66 |
| Binary | 10011100 | 10101111 | 1100101 | 1011 | 0 | 101010 | 11111 | 1001011 | 100000 | 110110 |
Color Harmonies of #9CAF65
Complementary color
Monochromatic Colors of #9CAF65
Black with #9CAF65
Text Example
Text Example
White with #9CAF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF65; }
p { color: rgb(156,175,101); }
H1.HeaderClassName
{
color: #9CAF65;
}
.AnyTagClassName
{
color: #9CAF65;
}
</style>
background-color css
<style>
a { background-color: #9CAF65; }
a { background-color: rgb(156,175,101); }
div.DivClassName
{
background-color: #9CAF65;
}
.BgClassName
{
background-color: #9CAF65;
}
</style>
border-color css
<style>
span { border-color: #9CAF65; }
span { border-color: rgb(156,175,101); }
td.TdClassName
{
border-color: #9CAF65;
}
.TagClassName
{
border-color: #9CAF65;
}
</style>