Shades of Green #0E790E
Tints of Green #0E790E
RGB
CMYK
RGB Variations
Color information
#0E790E (or 0x0E790E) is known color: Green. HEX triplet: 0E, 79 and 0E. RGB value is (14,121,14). Sum of RGB (Red+Green+Blue) = 14+121+14=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 121 (47.66% from 255 or 81.21% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 121 - color contains mainly: green. Hex color #0E790E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E790E is #F186F1. Grayscale: #4D4D4D. Windows color (decimal): -15828722 or 948494. OLE color: 948494.
HSL color Cylindrical-coordinate representation of color #0E790E: hue angle of 120º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E790E is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 121 | 14 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.53 |
| HSL | 120º | 0.79% | 0.26% | - |
| HSV(B) | 120º | 0.88% | 0.47% | - |
| XYZ | 7.1 | 13.8 | 2.71 | - |
| YUV | 76.81 | 92.55 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 121 | 14 | 0.88 | 0 | 0.88 | 0.53 | 120 | 0.79 | 0.26 |
| Hex | E | 79 | E | 58 | 0 | 58 | 35 | 78 | 4F | 1A |
| Octal | 16 | 171 | 16 | 130 | 0 | 130 | 65 | 170 | 117 | 32 |
| Binary | 1110 | 1111001 | 1110 | 1011000 | 0 | 1011000 | 110101 | 1111000 | 1001111 | 11010 |
Color Harmonies of #0E790E
Complementary color
Monochromatic Colors of #0E790E
Black with #0E790E
Text Example
Text Example
White with #0E790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E790E; }
p { color: rgb(14,121,14); }
H1.HeaderClassName
{
color: #0E790E;
}
.AnyTagClassName
{
color: #0E790E;
}
</style>
background-color css
<style>
a { background-color: #0E790E; }
a { background-color: rgb(14,121,14); }
div.DivClassName
{
background-color: #0E790E;
}
.BgClassName
{
background-color: #0E790E;
}
</style>
border-color css
<style>
span { border-color: #0E790E; }
span { border-color: rgb(14,121,14); }
td.TdClassName
{
border-color: #0E790E;
}
.TagClassName
{
border-color: #0E790E;
}
</style>