Shades of Green #076D02
Tints of Green #076D02
RGB
CMYK
RGB Variations
Color information
#076D02 (or 0x076D02) is known color: Green. HEX triplet: 07, 6D and 02. RGB value is (7,109,2). Sum of RGB (Red+Green+Blue) = 7+109+2=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 109 (42.97% from 255 or 92.37% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 109 - color contains mainly: green. Hex color #076D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076D02 is #F892FD. Grayscale: #424242. Windows color (decimal): -16290558 or 158983. OLE color: 158983.
HSL color Cylindrical-coordinate representation of color #076D02: hue angle of 117.2º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #076D02 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 2 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.57 |
| HSL | 117.2º | 0.96% | 0.22% | - |
| HSV(B) | 117.2º | 0.98% | 0.43% | - |
| XYZ | 5.57 | 10.99 | 1.88 | - |
| YUV | 66.3 | 91.71 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 2 | 0.94 | 0 | 0.98 | 0.57 | 117.2 | 0.96 | 0.22 |
| Hex | 7 | 6D | 2 | 5E | 0 | 62 | 39 | 75 | 60 | 16 |
| Octal | 7 | 155 | 2 | 136 | 0 | 142 | 71 | 165 | 140 | 26 |
| Binary | 111 | 1101101 | 10 | 1011110 | 0 | 1100010 | 111001 | 1110101 | 1100000 | 10110 |
Color Harmonies of #076D02
Complementary color
Monochromatic Colors of #076D02
Black with #076D02
Text Example
Text Example
White with #076D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D02; }
p { color: rgb(7,109,2); }
H1.HeaderClassName
{
color: #076D02;
}
.AnyTagClassName
{
color: #076D02;
}
</style>
background-color css
<style>
a { background-color: #076D02; }
a { background-color: rgb(7,109,2); }
div.DivClassName
{
background-color: #076D02;
}
.BgClassName
{
background-color: #076D02;
}
</style>
border-color css
<style>
span { border-color: #076D02; }
span { border-color: rgb(7,109,2); }
td.TdClassName
{
border-color: #076D02;
}
.TagClassName
{
border-color: #076D02;
}
</style>