Shades of Green #078015
Tints of Green #078015
RGB
CMYK
RGB Variations
Color information
#078015 (or 0x078015) is known color: Green. HEX triplet: 07, 80 and 15. RGB value is (7,128,21). Sum of RGB (Red+Green+Blue) = 7+128+21=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 128 (50.39% from 255 or 82.05% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 128 - color contains mainly: green. Hex color #078015 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078015 is #F87FEA. Grayscale: #4F4F4F. Windows color (decimal): -16285675 or 1409031. OLE color: 1409031.
HSL color Cylindrical-coordinate representation of color #078015: hue angle of 126.94º 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 #078015 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 128 | 21 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.50 |
| HSL | 126.94º | 0.9% | 0.26% | - |
| HSV(B) | 126.94º | 0.95% | 0.5% | - |
| XYZ | 7.94 | 15.54 | 3.29 | - |
| YUV | 79.62 | 94.91 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 21 | 0.95 | 0 | 0.84 | 0.50 | 126.94 | 0.9 | 0.26 |
| Hex | 7 | 80 | 15 | 5F | 0 | 54 | 32 | 7F | 5A | 1A |
| Octal | 7 | 200 | 25 | 137 | 0 | 124 | 62 | 177 | 132 | 32 |
| Binary | 111 | 10000000 | 10101 | 1011111 | 0 | 1010100 | 110010 | 1111111 | 1011010 | 11010 |
Color Harmonies of #078015
Complementary color
Monochromatic Colors of #078015
Black with #078015
Text Example
Text Example
White with #078015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078015; }
p { color: rgb(7,128,21); }
H1.HeaderClassName
{
color: #078015;
}
.AnyTagClassName
{
color: #078015;
}
</style>
background-color css
<style>
a { background-color: #078015; }
a { background-color: rgb(7,128,21); }
div.DivClassName
{
background-color: #078015;
}
.BgClassName
{
background-color: #078015;
}
</style>
border-color css
<style>
span { border-color: #078015; }
span { border-color: rgb(7,128,21); }
td.TdClassName
{
border-color: #078015;
}
.TagClassName
{
border-color: #078015;
}
</style>