Shades of Green #078410
Tints of Green #078410
RGB
CMYK
RGB Variations
Color information
#078410 (or 0x078410) is known color: Green. HEX triplet: 07, 84 and 10. RGB value is (7,132,16). Sum of RGB (Red+Green+Blue) = 7+132+16=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 132 (51.95% from 255 or 85.16% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 132 - color contains mainly: green. Hex color #078410 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078410 is #F87BEF. Grayscale: #515151. Windows color (decimal): -16284656 or 1082375. OLE color: 1082375.
HSL color Cylindrical-coordinate representation of color #078410: hue angle of 124.32º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078410 is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 132 | 16 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.48 |
| HSL | 124.32º | 0.9% | 0.27% | - |
| HSV(B) | 124.32º | 0.95% | 0.52% | - |
| XYZ | 8.43 | 16.59 | 3.25 | - |
| YUV | 81.4 | 91.09 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 16 | 0.95 | 0 | 0.88 | 0.48 | 124.32 | 0.9 | 0.27 |
| Hex | 7 | 84 | 10 | 5F | 0 | 58 | 30 | 7C | 5A | 1B |
| Octal | 7 | 204 | 20 | 137 | 0 | 130 | 60 | 174 | 132 | 33 |
| Binary | 111 | 10000100 | 10000 | 1011111 | 0 | 1011000 | 110000 | 1111100 | 1011010 | 11011 |
Color Harmonies of #078410
Complementary color
Monochromatic Colors of #078410
Black with #078410
Text Example
Text Example
White with #078410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078410; }
p { color: rgb(7,132,16); }
H1.HeaderClassName
{
color: #078410;
}
.AnyTagClassName
{
color: #078410;
}
</style>
background-color css
<style>
a { background-color: #078410; }
a { background-color: rgb(7,132,16); }
div.DivClassName
{
background-color: #078410;
}
.BgClassName
{
background-color: #078410;
}
</style>
border-color css
<style>
span { border-color: #078410; }
span { border-color: rgb(7,132,16); }
td.TdClassName
{
border-color: #078410;
}
.TagClassName
{
border-color: #078410;
}
</style>