Shades of Green #078B14
Tints of Green #078B14
RGB
CMYK
RGB Variations
Color information
#078B14 (or 0x078B14) is known color: Green. HEX triplet: 07, 8B and 14. RGB value is (7,139,20). Sum of RGB (Red+Green+Blue) = 7+139+20=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 139 (54.69% from 255 or 83.73% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 139 - color contains mainly: green. Hex color #078B14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078B14 is #F874EB. Grayscale: #565656. Windows color (decimal): -16282860 or 1346311. OLE color: 1346311.
HSL color Cylindrical-coordinate representation of color #078B14: hue angle of 125.91º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078B14 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 139 | 20 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.45 |
| HSL | 125.91º | 0.9% | 0.29% | - |
| HSV(B) | 125.91º | 0.95% | 0.55% | - |
| XYZ | 9.45 | 18.56 | 3.75 | - |
| YUV | 85.97 | 90.77 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 20 | 0.95 | 0 | 0.86 | 0.45 | 125.91 | 0.9 | 0.29 |
| Hex | 7 | 8B | 14 | 5F | 0 | 56 | 2D | 7E | 5A | 1D |
| Octal | 7 | 213 | 24 | 137 | 0 | 126 | 55 | 176 | 132 | 35 |
| Binary | 111 | 10001011 | 10100 | 1011111 | 0 | 1010110 | 101101 | 1111110 | 1011010 | 11101 |
Color Harmonies of #078B14
Complementary color
Monochromatic Colors of #078B14
Black with #078B14
Text Example
Text Example
White with #078B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078B14; }
p { color: rgb(7,139,20); }
H1.HeaderClassName
{
color: #078B14;
}
.AnyTagClassName
{
color: #078B14;
}
</style>
background-color css
<style>
a { background-color: #078B14; }
a { background-color: rgb(7,139,20); }
div.DivClassName
{
background-color: #078B14;
}
.BgClassName
{
background-color: #078B14;
}
</style>
border-color css
<style>
span { border-color: #078B14; }
span { border-color: rgb(7,139,20); }
td.TdClassName
{
border-color: #078B14;
}
.TagClassName
{
border-color: #078B14;
}
</style>