Shades of Green #0E7A07
Tints of Green #0E7A07
RGB
CMYK
RGB Variations
Color information
#0E7A07 (or 0x0E7A07) is known color: Green. HEX triplet: 0E, 7A and 07. RGB value is (14,122,7). Sum of RGB (Red+Green+Blue) = 14+122+7=143 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.79% from 143); Green value is 122 (48.05% from 255 or 85.31% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7A07 is #F185F8. Grayscale: #4C4C4C. Windows color (decimal): -15828473 or 489998. OLE color: 489998.
HSL color Cylindrical-coordinate representation of color #0E7A07: hue angle of 116.35º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E7A07 is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 122 | 7 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.52 |
| HSL | 116.35º | 0.89% | 0.25% | - |
| HSV(B) | 116.35º | 0.94% | 0.48% | - |
| XYZ | 7.18 | 14.03 | 2.53 | - |
| YUV | 76.6 | 88.72 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 122 | 7 | 0.89 | 0 | 0.94 | 0.52 | 116.35 | 0.89 | 0.25 |
| Hex | E | 7A | 7 | 59 | 0 | 5E | 34 | 74 | 59 | 19 |
| Octal | 16 | 172 | 7 | 131 | 0 | 136 | 64 | 164 | 131 | 31 |
| Binary | 1110 | 1111010 | 111 | 1011001 | 0 | 1011110 | 110100 | 1110100 | 1011001 | 11001 |
Color Harmonies of #0E7A07
Complementary color
Monochromatic Colors of #0E7A07
Black with #0E7A07
Text Example
Text Example
White with #0E7A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7A07; }
p { color: rgb(14,122,7); }
H1.HeaderClassName
{
color: #0E7A07;
}
.AnyTagClassName
{
color: #0E7A07;
}
</style>
background-color css
<style>
a { background-color: #0E7A07; }
a { background-color: rgb(14,122,7); }
div.DivClassName
{
background-color: #0E7A07;
}
.BgClassName
{
background-color: #0E7A07;
}
</style>
border-color css
<style>
span { border-color: #0E7A07; }
span { border-color: rgb(14,122,7); }
td.TdClassName
{
border-color: #0E7A07;
}
.TagClassName
{
border-color: #0E7A07;
}
</style>