Shades of Green #077E0F
Tints of Green #077E0F
RGB
CMYK
RGB Variations
Color information
#077E0F (or 0x077E0F) is known color: Green. HEX triplet: 07, 7E and 0F. RGB value is (7,126,15). Sum of RGB (Red+Green+Blue) = 7+126+15=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 126 (49.61% from 255 or 85.14% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 126 - color contains mainly: green. Hex color #077E0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077E0F is #F881F0. Grayscale: #4E4E4E. Windows color (decimal): -16286193 or 1015303. OLE color: 1015303.
HSL color Cylindrical-coordinate representation of color #077E0F: hue angle of 124.03º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077E0F is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 126 | 15 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.51 |
| HSL | 124.03º | 0.89% | 0.26% | - |
| HSV(B) | 124.03º | 0.94% | 0.49% | - |
| XYZ | 7.63 | 15 | 2.95 | - |
| YUV | 77.77 | 92.58 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 15 | 0.94 | 0 | 0.88 | 0.51 | 124.03 | 0.89 | 0.26 |
| Hex | 7 | 7E | F | 5E | 0 | 58 | 33 | 7C | 59 | 1A |
| Octal | 7 | 176 | 17 | 136 | 0 | 130 | 63 | 174 | 131 | 32 |
| Binary | 111 | 1111110 | 1111 | 1011110 | 0 | 1011000 | 110011 | 1111100 | 1011001 | 11010 |
Color Harmonies of #077E0F
Complementary color
Monochromatic Colors of #077E0F
Black with #077E0F
Text Example
Text Example
White with #077E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077E0F; }
p { color: rgb(7,126,15); }
H1.HeaderClassName
{
color: #077E0F;
}
.AnyTagClassName
{
color: #077E0F;
}
</style>
background-color css
<style>
a { background-color: #077E0F; }
a { background-color: rgb(7,126,15); }
div.DivClassName
{
background-color: #077E0F;
}
.BgClassName
{
background-color: #077E0F;
}
</style>
border-color css
<style>
span { border-color: #077E0F; }
span { border-color: rgb(7,126,15); }
td.TdClassName
{
border-color: #077E0F;
}
.TagClassName
{
border-color: #077E0F;
}
</style>