Shades of Green Smoke #9EB465
Tints of Green Smoke #9EB465
RGB
CMYK
RGB Variations
Color information
#9EB465 (or 0x9EB465) is known color: Green Smoke. HEX triplet: 9E, B4 and 65. RGB value is (158,180,101). Sum of RGB (Red+Green+Blue) = 158+180+101=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB465 is #614B9A. Grayscale: #A4A4A4. Windows color (decimal): -6376347 or 6665374. OLE color: 6665374.
HSL color Cylindrical-coordinate representation of color #9EB465: hue angle of 76.71º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9EB465 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 180 | 101 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.29 |
| HSL | 76.71º | 0.34% | 0.55% | - |
| HSV(B) | 76.71º | 0.44% | 0.71% | - |
| XYZ | 32.77 | 40.85 | 18.47 | - |
| YUV | 164.42 | 92.21 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 180 | 101 | 0.12 | 0 | 0.44 | 0.29 | 76.71 | 0.34 | 0.55 |
| Hex | 9E | B4 | 65 | C | 0 | 2C | 1D | 4D | 22 | 37 |
| Octal | 236 | 264 | 145 | 14 | 0 | 54 | 35 | 115 | 42 | 67 |
| Binary | 10011110 | 10110100 | 1100101 | 1100 | 0 | 101100 | 11101 | 1001101 | 100010 | 110111 |
Color Harmonies of #9EB465
Complementary color
Monochromatic Colors of #9EB465
Black with #9EB465
Text Example
Text Example
White with #9EB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB465; }
p { color: rgb(158,180,101); }
H1.HeaderClassName
{
color: #9EB465;
}
.AnyTagClassName
{
color: #9EB465;
}
</style>
background-color css
<style>
a { background-color: #9EB465; }
a { background-color: rgb(158,180,101); }
div.DivClassName
{
background-color: #9EB465;
}
.BgClassName
{
background-color: #9EB465;
}
</style>
border-color css
<style>
span { border-color: #9EB465; }
span { border-color: rgb(158,180,101); }
td.TdClassName
{
border-color: #9EB465;
}
.TagClassName
{
border-color: #9EB465;
}
</style>