Shades of Green Smoke #9DB34F
Tints of Green Smoke #9DB34F
RGB
CMYK
RGB Variations
Color information
#9DB34F (or 0x9DB34F) is known color: Green Smoke. HEX triplet: 9D, B3 and 4F. RGB value is (157,179,79). Sum of RGB (Red+Green+Blue) = 157+179+79=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB34F is #624CB0. Grayscale: #A1A1A1. Windows color (decimal): -6442161 or 5223325. OLE color: 5223325.
HSL color Cylindrical-coordinate representation of color #9DB34F: hue angle of 73.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DB34F is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 79 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.30 |
| HSL | 73.2º | 0.4% | 0.51% | - |
| HSV(B) | 73.2º | 0.56% | 0.7% | - |
| XYZ | 31.44 | 39.97 | 13.46 | - |
| YUV | 161.02 | 81.71 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 79 | 0.12 | 0 | 0.56 | 0.30 | 73.2 | 0.4 | 0.51 |
| Hex | 9D | B3 | 4F | C | 0 | 38 | 1E | 49 | 28 | 33 |
| Octal | 235 | 263 | 117 | 14 | 0 | 70 | 36 | 111 | 50 | 63 |
| Binary | 10011101 | 10110011 | 1001111 | 1100 | 0 | 111000 | 11110 | 1001001 | 101000 | 110011 |
Color Harmonies of #9DB34F
Complementary color
Monochromatic Colors of #9DB34F
Black with #9DB34F
Text Example
Text Example
White with #9DB34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB34F; }
p { color: rgb(157,179,79); }
H1.HeaderClassName
{
color: #9DB34F;
}
.AnyTagClassName
{
color: #9DB34F;
}
</style>
background-color css
<style>
a { background-color: #9DB34F; }
a { background-color: rgb(157,179,79); }
div.DivClassName
{
background-color: #9DB34F;
}
.BgClassName
{
background-color: #9DB34F;
}
</style>
border-color css
<style>
span { border-color: #9DB34F; }
span { border-color: rgb(157,179,79); }
td.TdClassName
{
border-color: #9DB34F;
}
.TagClassName
{
border-color: #9DB34F;
}
</style>