Shades of Green #07620B
Tints of Green #07620B
RGB
CMYK
RGB Variations
Color information
#07620B (or 0x07620B) is known color: Green. HEX triplet: 07, 62 and 0B. RGB value is (7,98,11). Sum of RGB (Red+Green+Blue) = 7+98+11=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 98 (38.67% from 255 or 84.48% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 98 - color contains mainly: green. Hex color #07620B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07620B is #F89DF4. Grayscale: #3D3D3D. Windows color (decimal): -16293365 or 745991. OLE color: 745991.
HSL color Cylindrical-coordinate representation of color #07620B: hue angle of 122.64º 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 #07620B is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 98 | 11 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.62 |
| HSL | 122.64º | 0.87% | 0.21% | - |
| HSV(B) | 122.64º | 0.93% | 0.38% | - |
| XYZ | 4.52 | 8.8 | 1.78 | - |
| YUV | 60.87 | 99.85 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 11 | 0.93 | 0 | 0.89 | 0.62 | 122.64 | 0.87 | 0.21 |
| Hex | 7 | 62 | B | 5D | 0 | 59 | 3E | 7B | 57 | 15 |
| Octal | 7 | 142 | 13 | 135 | 0 | 131 | 76 | 173 | 127 | 25 |
| Binary | 111 | 1100010 | 1011 | 1011101 | 0 | 1011001 | 111110 | 1111011 | 1010111 | 10101 |
Color Harmonies of #07620B
Complementary color
Monochromatic Colors of #07620B
Black with #07620B
Text Example
Text Example
White with #07620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07620B; }
p { color: rgb(7,98,11); }
H1.HeaderClassName
{
color: #07620B;
}
.AnyTagClassName
{
color: #07620B;
}
</style>
background-color css
<style>
a { background-color: #07620B; }
a { background-color: rgb(7,98,11); }
div.DivClassName
{
background-color: #07620B;
}
.BgClassName
{
background-color: #07620B;
}
</style>
border-color css
<style>
span { border-color: #07620B; }
span { border-color: rgb(7,98,11); }
td.TdClassName
{
border-color: #07620B;
}
.TagClassName
{
border-color: #07620B;
}
</style>