Shades of Green #0E7B12
Tints of Green #0E7B12
RGB
CMYK
RGB Variations
Color information
#0E7B12 (or 0x0E7B12) is known color: Green. HEX triplet: 0E, 7B and 12. RGB value is (14,123,18). Sum of RGB (Red+Green+Blue) = 14+123+18=155 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.03% from 155); Green value is 123 (48.44% from 255 or 79.35% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 123 - color contains mainly: green. Hex color #0E7B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7B12 is #F184ED. Grayscale: #4E4E4E. Windows color (decimal): -15828206 or 1211150. OLE color: 1211150.
HSL color Cylindrical-coordinate representation of color #0E7B12: hue angle of 122.2º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7B12 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 123 | 18 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.52 |
| HSL | 122.2º | 0.8% | 0.27% | - |
| HSV(B) | 122.2º | 0.89% | 0.48% | - |
| XYZ | 7.37 | 14.3 | 2.94 | - |
| YUV | 78.44 | 93.89 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 123 | 18 | 0.89 | 0 | 0.85 | 0.52 | 122.2 | 0.8 | 0.27 |
| Hex | E | 7B | 12 | 59 | 0 | 55 | 34 | 7A | 50 | 1B |
| Octal | 16 | 173 | 22 | 131 | 0 | 125 | 64 | 172 | 120 | 33 |
| Binary | 1110 | 1111011 | 10010 | 1011001 | 0 | 1010101 | 110100 | 1111010 | 1010000 | 11011 |
Color Harmonies of #0E7B12
Complementary color
Monochromatic Colors of #0E7B12
Black with #0E7B12
Text Example
Text Example
White with #0E7B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7B12; }
p { color: rgb(14,123,18); }
H1.HeaderClassName
{
color: #0E7B12;
}
.AnyTagClassName
{
color: #0E7B12;
}
</style>
background-color css
<style>
a { background-color: #0E7B12; }
a { background-color: rgb(14,123,18); }
div.DivClassName
{
background-color: #0E7B12;
}
.BgClassName
{
background-color: #0E7B12;
}
</style>
border-color css
<style>
span { border-color: #0E7B12; }
span { border-color: rgb(14,123,18); }
td.TdClassName
{
border-color: #0E7B12;
}
.TagClassName
{
border-color: #0E7B12;
}
</style>