Shades of Green #07800E
Tints of Green #07800E
RGB
CMYK
RGB Variations
Color information
#07800E (or 0x07800E) is known color: Green. HEX triplet: 07, 80 and 0E. RGB value is (7,128,14). Sum of RGB (Red+Green+Blue) = 7+128+14=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 128 (50.39% from 255 or 85.91% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 128 - color contains mainly: green. Hex color #07800E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07800E is #F87FF1. Grayscale: #4F4F4F. Windows color (decimal): -16285682 or 950279. OLE color: 950279.
HSL color Cylindrical-coordinate representation of color #07800E: hue angle of 123.47º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07800E is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 128 | 14 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.50 |
| HSL | 123.47º | 0.9% | 0.26% | - |
| HSV(B) | 123.47º | 0.95% | 0.5% | - |
| XYZ | 7.89 | 15.52 | 2.99 | - |
| YUV | 78.83 | 91.41 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 14 | 0.95 | 0 | 0.89 | 0.50 | 123.47 | 0.9 | 0.26 |
| Hex | 7 | 80 | E | 5F | 0 | 59 | 32 | 7B | 5A | 1A |
| Octal | 7 | 200 | 16 | 137 | 0 | 131 | 62 | 173 | 132 | 32 |
| Binary | 111 | 10000000 | 1110 | 1011111 | 0 | 1011001 | 110010 | 1111011 | 1011010 | 11010 |
Color Harmonies of #07800E
Complementary color
Monochromatic Colors of #07800E
Black with #07800E
Text Example
Text Example
White with #07800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07800E; }
p { color: rgb(7,128,14); }
H1.HeaderClassName
{
color: #07800E;
}
.AnyTagClassName
{
color: #07800E;
}
</style>
background-color css
<style>
a { background-color: #07800E; }
a { background-color: rgb(7,128,14); }
div.DivClassName
{
background-color: #07800E;
}
.BgClassName
{
background-color: #07800E;
}
</style>
border-color css
<style>
span { border-color: #07800E; }
span { border-color: rgb(7,128,14); }
td.TdClassName
{
border-color: #07800E;
}
.TagClassName
{
border-color: #07800E;
}
</style>