Shades of Green #078A0E
Tints of Green #078A0E
RGB
CMYK
RGB Variations
Color information
#078A0E (or 0x078A0E) is known color: Green. HEX triplet: 07, 8A and 0E. RGB value is (7,138,14). Sum of RGB (Red+Green+Blue) = 7+138+14=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 138 (54.30% from 255 or 86.79% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 138 - color contains mainly: green. Hex color #078A0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078A0E is #F875F1. Grayscale: #555555. Windows color (decimal): -16283122 or 952839. OLE color: 952839.
HSL color Cylindrical-coordinate representation of color #078A0E: hue angle of 123.21º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A0E is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 138 | 14 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.46 |
| HSL | 123.21º | 0.9% | 0.28% | - |
| HSV(B) | 123.21º | 0.95% | 0.54% | - |
| XYZ | 9.26 | 18.25 | 3.45 | - |
| YUV | 84.7 | 88.1 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 14 | 0.95 | 0 | 0.90 | 0.46 | 123.21 | 0.9 | 0.28 |
| Hex | 7 | 8A | E | 5F | 0 | 5A | 2E | 7B | 5A | 1C |
| Octal | 7 | 212 | 16 | 137 | 0 | 132 | 56 | 173 | 132 | 34 |
| Binary | 111 | 10001010 | 1110 | 1011111 | 0 | 1011010 | 101110 | 1111011 | 1011010 | 11100 |
Color Harmonies of #078A0E
Complementary color
Monochromatic Colors of #078A0E
Black with #078A0E
Text Example
Text Example
White with #078A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A0E; }
p { color: rgb(7,138,14); }
H1.HeaderClassName
{
color: #078A0E;
}
.AnyTagClassName
{
color: #078A0E;
}
</style>
background-color css
<style>
a { background-color: #078A0E; }
a { background-color: rgb(7,138,14); }
div.DivClassName
{
background-color: #078A0E;
}
.BgClassName
{
background-color: #078A0E;
}
</style>
border-color css
<style>
span { border-color: #078A0E; }
span { border-color: rgb(7,138,14); }
td.TdClassName
{
border-color: #078A0E;
}
.TagClassName
{
border-color: #078A0E;
}
</style>