Shades of Green #0E6809
Tints of Green #0E6809
RGB
CMYK
RGB Variations
Color information
#0E6809 (or 0x0E6809) is known color: Green. HEX triplet: 0E, 68 and 09. RGB value is (14,104,9). Sum of RGB (Red+Green+Blue) = 14+104+9=127 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.02% from 127); Green value is 104 (41.02% from 255 or 81.89% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 104 - color contains mainly: green. Hex color #0E6809 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6809 is #F197F6. Grayscale: #424242. Windows color (decimal): -15833079 or 616462. OLE color: 616462.
HSL color Cylindrical-coordinate representation of color #0E6809: hue angle of 116.84º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E6809 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 104 | 9 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.59 |
| HSL | 116.84º | 0.84% | 0.22% | - |
| HSV(B) | 116.84º | 0.91% | 0.41% | - |
| XYZ | 5.18 | 10.01 | 1.92 | - |
| YUV | 66.26 | 95.68 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 9 | 0.87 | 0 | 0.91 | 0.59 | 116.84 | 0.84 | 0.22 |
| Hex | E | 68 | 9 | 57 | 0 | 5B | 3B | 75 | 54 | 16 |
| Octal | 16 | 150 | 11 | 127 | 0 | 133 | 73 | 165 | 124 | 26 |
| Binary | 1110 | 1101000 | 1001 | 1010111 | 0 | 1011011 | 111011 | 1110101 | 1010100 | 10110 |
Color Harmonies of #0E6809
Complementary color
Monochromatic Colors of #0E6809
Black with #0E6809
Text Example
Text Example
White with #0E6809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6809; }
p { color: rgb(14,104,9); }
H1.HeaderClassName
{
color: #0E6809;
}
.AnyTagClassName
{
color: #0E6809;
}
</style>
background-color css
<style>
a { background-color: #0E6809; }
a { background-color: rgb(14,104,9); }
div.DivClassName
{
background-color: #0E6809;
}
.BgClassName
{
background-color: #0E6809;
}
</style>
border-color css
<style>
span { border-color: #0E6809; }
span { border-color: rgb(14,104,9); }
td.TdClassName
{
border-color: #0E6809;
}
.TagClassName
{
border-color: #0E6809;
}
</style>