Shades of Green Smoke #9EAF68
Tints of Green Smoke #9EAF68
RGB
CMYK
RGB Variations
Color information
#9EAF68 (or 0x9EAF68) is known color: Green Smoke. HEX triplet: 9E, AF and 68. RGB value is (158,175,104). Sum of RGB (Red+Green+Blue) = 158+175+104=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAF68 is #615097. Grayscale: #A2A2A2. Windows color (decimal): -6377624 or 6860702. OLE color: 6860702.
HSL color Cylindrical-coordinate representation of color #9EAF68: hue angle of 74.37º 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 #9EAF68 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 175 | 104 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.31 |
| HSL | 74.37º | 0.31% | 0.55% | - |
| HSV(B) | 74.37º | 0.41% | 0.69% | - |
| XYZ | 31.93 | 38.93 | 18.93 | - |
| YUV | 161.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 175 | 104 | 0.10 | 0 | 0.41 | 0.31 | 74.37 | 0.31 | 0.55 |
| Hex | 9E | AF | 68 | A | 0 | 29 | 1F | 4A | 1F | 37 |
| Octal | 236 | 257 | 150 | 12 | 0 | 51 | 37 | 112 | 37 | 67 |
| Binary | 10011110 | 10101111 | 1101000 | 1010 | 0 | 101001 | 11111 | 1001010 | 11111 | 110111 |
Color Harmonies of #9EAF68
Complementary color
Monochromatic Colors of #9EAF68
Black with #9EAF68
Text Example
Text Example
White with #9EAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAF68; }
p { color: rgb(158,175,104); }
H1.HeaderClassName
{
color: #9EAF68;
}
.AnyTagClassName
{
color: #9EAF68;
}
</style>
background-color css
<style>
a { background-color: #9EAF68; }
a { background-color: rgb(158,175,104); }
div.DivClassName
{
background-color: #9EAF68;
}
.BgClassName
{
background-color: #9EAF68;
}
</style>
border-color css
<style>
span { border-color: #9EAF68; }
span { border-color: rgb(158,175,104); }
td.TdClassName
{
border-color: #9EAF68;
}
.TagClassName
{
border-color: #9EAF68;
}
</style>