Shades of Green #0E7D0B
Tints of Green #0E7D0B
RGB
CMYK
RGB Variations
Color information
#0E7D0B (or 0x0E7D0B) is known color: Green. HEX triplet: 0E, 7D and 0B. RGB value is (14,125,11). Sum of RGB (Red+Green+Blue) = 14+125+11=150 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.33% from 150); Green value is 125 (49.22% from 255 or 83.33% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 125 - color contains mainly: green. Hex color #0E7D0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7D0B is #F182F4. Grayscale: #4F4F4F. Windows color (decimal): -15827701 or 752910. OLE color: 752910.
HSL color Cylindrical-coordinate representation of color #0E7D0B: hue angle of 118.42º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E7D0B is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 125 | 11 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.51 |
| HSL | 118.42º | 0.84% | 0.27% | - |
| HSV(B) | 118.42º | 0.91% | 0.49% | - |
| XYZ | 7.58 | 14.78 | 2.77 | - |
| YUV | 78.82 | 89.73 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 125 | 11 | 0.89 | 0 | 0.91 | 0.51 | 118.42 | 0.84 | 0.27 |
| Hex | E | 7D | B | 59 | 0 | 5B | 33 | 76 | 54 | 1B |
| Octal | 16 | 175 | 13 | 131 | 0 | 133 | 63 | 166 | 124 | 33 |
| Binary | 1110 | 1111101 | 1011 | 1011001 | 0 | 1011011 | 110011 | 1110110 | 1010100 | 11011 |
Color Harmonies of #0E7D0B
Complementary color
Monochromatic Colors of #0E7D0B
Black with #0E7D0B
Text Example
Text Example
White with #0E7D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7D0B; }
p { color: rgb(14,125,11); }
H1.HeaderClassName
{
color: #0E7D0B;
}
.AnyTagClassName
{
color: #0E7D0B;
}
</style>
background-color css
<style>
a { background-color: #0E7D0B; }
a { background-color: rgb(14,125,11); }
div.DivClassName
{
background-color: #0E7D0B;
}
.BgClassName
{
background-color: #0E7D0B;
}
</style>
border-color css
<style>
span { border-color: #0E7D0B; }
span { border-color: rgb(14,125,11); }
td.TdClassName
{
border-color: #0E7D0B;
}
.TagClassName
{
border-color: #0E7D0B;
}
</style>