Shades of Green #07780E
Tints of Green #07780E
RGB
CMYK
RGB Variations
Color information
#07780E (or 0x07780E) is known color: Green. HEX triplet: 07, 78 and 0E. RGB value is (7,120,14). Sum of RGB (Red+Green+Blue) = 7+120+14=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 120 (47.27% from 255 or 85.11% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 120 - color contains mainly: green. Hex color #07780E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07780E is #F887F1. Grayscale: #4A4A4A. Windows color (decimal): -16287730 or 948231. OLE color: 948231.
HSL color Cylindrical-coordinate representation of color #07780E: hue angle of 123.72º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07780E is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 120 | 14 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.53 |
| HSL | 123.72º | 0.89% | 0.25% | - |
| HSV(B) | 123.72º | 0.94% | 0.47% | - |
| XYZ | 6.88 | 13.51 | 2.66 | - |
| YUV | 74.13 | 94.06 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 14 | 0.94 | 0 | 0.88 | 0.53 | 123.72 | 0.89 | 0.25 |
| Hex | 7 | 78 | E | 5E | 0 | 58 | 35 | 7C | 59 | 19 |
| Octal | 7 | 170 | 16 | 136 | 0 | 130 | 65 | 174 | 131 | 31 |
| Binary | 111 | 1111000 | 1110 | 1011110 | 0 | 1011000 | 110101 | 1111100 | 1011001 | 11001 |
Color Harmonies of #07780E
Complementary color
Monochromatic Colors of #07780E
Black with #07780E
Text Example
Text Example
White with #07780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07780E; }
p { color: rgb(7,120,14); }
H1.HeaderClassName
{
color: #07780E;
}
.AnyTagClassName
{
color: #07780E;
}
</style>
background-color css
<style>
a { background-color: #07780E; }
a { background-color: rgb(7,120,14); }
div.DivClassName
{
background-color: #07780E;
}
.BgClassName
{
background-color: #07780E;
}
</style>
border-color css
<style>
span { border-color: #07780E; }
span { border-color: rgb(7,120,14); }
td.TdClassName
{
border-color: #07780E;
}
.TagClassName
{
border-color: #07780E;
}
</style>