Shades of Green #07620E
Tints of Green #07620E
RGB
CMYK
RGB Variations
Color information
#07620E (or 0x07620E) is known color: Green. HEX triplet: 07, 62 and 0E. RGB value is (7,98,14). Sum of RGB (Red+Green+Blue) = 7+98+14=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 98 (38.67% from 255 or 82.35% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 98 - color contains mainly: green. Hex color #07620E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07620E is #F89DF1. Grayscale: #3D3D3D. Windows color (decimal): -16293362 or 942599. OLE color: 942599.
HSL color Cylindrical-coordinate representation of color #07620E: hue angle of 124.62º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07620E is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 98 | 14 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.62 |
| HSL | 124.62º | 0.87% | 0.21% | - |
| HSV(B) | 124.62º | 0.93% | 0.38% | - |
| XYZ | 4.53 | 8.81 | 1.88 | - |
| YUV | 61.22 | 101.35 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 14 | 0.93 | 0 | 0.86 | 0.62 | 124.62 | 0.87 | 0.21 |
| Hex | 7 | 62 | E | 5D | 0 | 56 | 3E | 7D | 57 | 15 |
| Octal | 7 | 142 | 16 | 135 | 0 | 126 | 76 | 175 | 127 | 25 |
| Binary | 111 | 1100010 | 1110 | 1011101 | 0 | 1010110 | 111110 | 1111101 | 1010111 | 10101 |
Color Harmonies of #07620E
Complementary color
Monochromatic Colors of #07620E
Black with #07620E
Text Example
Text Example
White with #07620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07620E; }
p { color: rgb(7,98,14); }
H1.HeaderClassName
{
color: #07620E;
}
.AnyTagClassName
{
color: #07620E;
}
</style>
background-color css
<style>
a { background-color: #07620E; }
a { background-color: rgb(7,98,14); }
div.DivClassName
{
background-color: #07620E;
}
.BgClassName
{
background-color: #07620E;
}
</style>
border-color css
<style>
span { border-color: #07620E; }
span { border-color: rgb(7,98,14); }
td.TdClassName
{
border-color: #07620E;
}
.TagClassName
{
border-color: #07620E;
}
</style>