Shades of Green #078913
Tints of Green #078913
RGB
CMYK
RGB Variations
Color information
#078913 (or 0x078913) is known color: Green. HEX triplet: 07, 89 and 13. RGB value is (7,137,19). Sum of RGB (Red+Green+Blue) = 7+137+19=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 137 (53.91% from 255 or 84.05% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 137 - color contains mainly: green. Hex color #078913 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078913 is #F876EC. Grayscale: #555555. Windows color (decimal): -16283373 or 1280263. OLE color: 1280263.
HSL color Cylindrical-coordinate representation of color #078913: hue angle of 125.54º 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 #078913 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 19 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.46 |
| HSL | 125.54º | 0.9% | 0.28% | - |
| HSV(B) | 125.54º | 0.95% | 0.54% | - |
| XYZ | 9.15 | 17.98 | 3.6 | - |
| YUV | 84.68 | 90.93 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 19 | 0.95 | 0 | 0.86 | 0.46 | 125.54 | 0.9 | 0.28 |
| Hex | 7 | 89 | 13 | 5F | 0 | 56 | 2E | 7E | 5A | 1C |
| Octal | 7 | 211 | 23 | 137 | 0 | 126 | 56 | 176 | 132 | 34 |
| Binary | 111 | 10001001 | 10011 | 1011111 | 0 | 1010110 | 101110 | 1111110 | 1011010 | 11100 |
Color Harmonies of #078913
Complementary color
Monochromatic Colors of #078913
Black with #078913
Text Example
Text Example
White with #078913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078913; }
p { color: rgb(7,137,19); }
H1.HeaderClassName
{
color: #078913;
}
.AnyTagClassName
{
color: #078913;
}
</style>
background-color css
<style>
a { background-color: #078913; }
a { background-color: rgb(7,137,19); }
div.DivClassName
{
background-color: #078913;
}
.BgClassName
{
background-color: #078913;
}
</style>
border-color css
<style>
span { border-color: #078913; }
span { border-color: rgb(7,137,19); }
td.TdClassName
{
border-color: #078913;
}
.TagClassName
{
border-color: #078913;
}
</style>