Shades of Green #07620D
Tints of Green #07620D
RGB
CMYK
RGB Variations
Color information
#07620D (or 0x07620D) is known color: Green. HEX triplet: 07, 62 and 0D. RGB value is (7,98,13). Sum of RGB (Red+Green+Blue) = 7+98+13=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 98 (38.67% from 255 or 83.05% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 98 - color contains mainly: green. Hex color #07620D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07620D is #F89DF2. Grayscale: #3D3D3D. Windows color (decimal): -16293363 or 877063. OLE color: 877063.
HSL color Cylindrical-coordinate representation of color #07620D: hue angle of 123.96º 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 #07620D is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 98 | 13 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.62 |
| HSL | 123.96º | 0.87% | 0.21% | - |
| HSV(B) | 123.96º | 0.93% | 0.38% | - |
| XYZ | 4.53 | 8.81 | 1.84 | - |
| YUV | 61.1 | 100.85 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 13 | 0.93 | 0 | 0.87 | 0.62 | 123.96 | 0.87 | 0.21 |
| Hex | 7 | 62 | D | 5D | 0 | 57 | 3E | 7C | 57 | 15 |
| Octal | 7 | 142 | 15 | 135 | 0 | 127 | 76 | 174 | 127 | 25 |
| Binary | 111 | 1100010 | 1101 | 1011101 | 0 | 1010111 | 111110 | 1111100 | 1010111 | 10101 |
Color Harmonies of #07620D
Complementary color
Monochromatic Colors of #07620D
Black with #07620D
Text Example
Text Example
White with #07620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07620D; }
p { color: rgb(7,98,13); }
H1.HeaderClassName
{
color: #07620D;
}
.AnyTagClassName
{
color: #07620D;
}
</style>
background-color css
<style>
a { background-color: #07620D; }
a { background-color: rgb(7,98,13); }
div.DivClassName
{
background-color: #07620D;
}
.BgClassName
{
background-color: #07620D;
}
</style>
border-color css
<style>
span { border-color: #07620D; }
span { border-color: rgb(7,98,13); }
td.TdClassName
{
border-color: #07620D;
}
.TagClassName
{
border-color: #07620D;
}
</style>