Shades of Green #07760E
Tints of Green #07760E
RGB
CMYK
RGB Variations
Color information
#07760E (or 0x07760E) is known color: Green. HEX triplet: 07, 76 and 0E. RGB value is (7,118,14). Sum of RGB (Red+Green+Blue) = 7+118+14=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 118 (46.48% from 255 or 84.89% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 118 - color contains mainly: green. Hex color #07760E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07760E is #F889F1. Grayscale: #494949. Windows color (decimal): -16288242 or 947719. OLE color: 947719.
HSL color Cylindrical-coordinate representation of color #07760E: hue angle of 123.78º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07760E is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 14 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.54 |
| HSL | 123.78º | 0.89% | 0.25% | - |
| HSV(B) | 123.78º | 0.94% | 0.46% | - |
| XYZ | 6.65 | 13.03 | 2.58 | - |
| YUV | 72.96 | 94.73 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 14 | 0.94 | 0 | 0.88 | 0.54 | 123.78 | 0.89 | 0.25 |
| Hex | 7 | 76 | E | 5E | 0 | 58 | 36 | 7C | 59 | 19 |
| Octal | 7 | 166 | 16 | 136 | 0 | 130 | 66 | 174 | 131 | 31 |
| Binary | 111 | 1110110 | 1110 | 1011110 | 0 | 1011000 | 110110 | 1111100 | 1011001 | 11001 |
Color Harmonies of #07760E
Complementary color
Monochromatic Colors of #07760E
Black with #07760E
Text Example
Text Example
White with #07760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07760E; }
p { color: rgb(7,118,14); }
H1.HeaderClassName
{
color: #07760E;
}
.AnyTagClassName
{
color: #07760E;
}
</style>
background-color css
<style>
a { background-color: #07760E; }
a { background-color: rgb(7,118,14); }
div.DivClassName
{
background-color: #07760E;
}
.BgClassName
{
background-color: #07760E;
}
</style>
border-color css
<style>
span { border-color: #07760E; }
span { border-color: rgb(7,118,14); }
td.TdClassName
{
border-color: #07760E;
}
.TagClassName
{
border-color: #07760E;
}
</style>