Shades of Green Smoke #9CAF67
Tints of Green Smoke #9CAF67
RGB
CMYK
RGB Variations
Color information
#9CAF67 (or 0x9CAF67) is known color: Green Smoke. HEX triplet: 9C, AF and 67. RGB value is (156,175,103). Sum of RGB (Red+Green+Blue) = 156+175+103=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAF67 is #635098. Grayscale: #A1A1A1. Windows color (decimal): -6508697 or 6795164. OLE color: 6795164.
HSL color Cylindrical-coordinate representation of color #9CAF67: hue angle of 75.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CAF67 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 103 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.31 |
| HSL | 75.83º | 0.31% | 0.55% | - |
| HSV(B) | 75.83º | 0.41% | 0.69% | - |
| XYZ | 31.49 | 38.71 | 18.64 | - |
| YUV | 161.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 103 | 0.11 | 0 | 0.41 | 0.31 | 75.83 | 0.31 | 0.55 |
| Hex | 9C | AF | 67 | B | 0 | 29 | 1F | 4C | 1F | 37 |
| Octal | 234 | 257 | 147 | 13 | 0 | 51 | 37 | 114 | 37 | 67 |
| Binary | 10011100 | 10101111 | 1100111 | 1011 | 0 | 101001 | 11111 | 1001100 | 11111 | 110111 |
Color Harmonies of #9CAF67
Complementary color
Monochromatic Colors of #9CAF67
Black with #9CAF67
Text Example
Text Example
White with #9CAF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF67; }
p { color: rgb(156,175,103); }
H1.HeaderClassName
{
color: #9CAF67;
}
.AnyTagClassName
{
color: #9CAF67;
}
</style>
background-color css
<style>
a { background-color: #9CAF67; }
a { background-color: rgb(156,175,103); }
div.DivClassName
{
background-color: #9CAF67;
}
.BgClassName
{
background-color: #9CAF67;
}
</style>
border-color css
<style>
span { border-color: #9CAF67; }
span { border-color: rgb(156,175,103); }
td.TdClassName
{
border-color: #9CAF67;
}
.TagClassName
{
border-color: #9CAF67;
}
</style>