Shades of Green #078405
Tints of Green #078405
RGB
CMYK
RGB Variations
Color information
#078405 (or 0x078405) is known color: Green. HEX triplet: 07, 84 and 05. RGB value is (7,132,5). Sum of RGB (Red+Green+Blue) = 7+132+5=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 132 (51.95% from 255 or 91.67% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 132 - color contains mainly: green. Hex color #078405 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078405 is #F87BFA. Grayscale: #505050. Windows color (decimal): -16284667 or 361479. OLE color: 361479.
HSL color Cylindrical-coordinate representation of color #078405: hue angle of 119.06º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078405 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 132 | 5 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.48 |
| HSL | 119.06º | 0.93% | 0.27% | - |
| HSV(B) | 119.06º | 0.96% | 0.52% | - |
| XYZ | 8.37 | 16.56 | 2.9 | - |
| YUV | 80.15 | 85.59 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 5 | 0.95 | 0 | 0.96 | 0.48 | 119.06 | 0.93 | 0.27 |
| Hex | 7 | 84 | 5 | 5F | 0 | 60 | 30 | 77 | 5D | 1B |
| Octal | 7 | 204 | 5 | 137 | 0 | 140 | 60 | 167 | 135 | 33 |
| Binary | 111 | 10000100 | 101 | 1011111 | 0 | 1100000 | 110000 | 1110111 | 1011101 | 11011 |
Color Harmonies of #078405
Complementary color
Monochromatic Colors of #078405
Black with #078405
Text Example
Text Example
White with #078405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078405; }
p { color: rgb(7,132,5); }
H1.HeaderClassName
{
color: #078405;
}
.AnyTagClassName
{
color: #078405;
}
</style>
background-color css
<style>
a { background-color: #078405; }
a { background-color: rgb(7,132,5); }
div.DivClassName
{
background-color: #078405;
}
.BgClassName
{
background-color: #078405;
}
</style>
border-color css
<style>
span { border-color: #078405; }
span { border-color: rgb(7,132,5); }
td.TdClassName
{
border-color: #078405;
}
.TagClassName
{
border-color: #078405;
}
</style>