Shades of Green #076D01
Tints of Green #076D01
RGB
CMYK
RGB Variations
Color information
#076D01 (or 0x076D01) is known color: Green. HEX triplet: 07, 6D and 01. RGB value is (7,109,1). Sum of RGB (Red+Green+Blue) = 7+109+1=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 109 (42.97% from 255 or 93.16% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 109 - color contains mainly: green. Hex color #076D01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076D01 is #F892FE. Grayscale: #424242. Windows color (decimal): -16290559 or 93447. OLE color: 93447.
HSL color Cylindrical-coordinate representation of color #076D01: hue angle of 116.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #076D01 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 1 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.57 |
| HSL | 116.67º | 0.98% | 0.22% | - |
| HSV(B) | 116.67º | 0.99% | 0.43% | - |
| XYZ | 5.56 | 10.98 | 1.86 | - |
| YUV | 66.19 | 91.21 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 1 | 0.94 | 0 | 0.99 | 0.57 | 116.67 | 0.98 | 0.22 |
| Hex | 7 | 6D | 1 | 5E | 0 | 63 | 39 | 75 | 62 | 16 |
| Octal | 7 | 155 | 1 | 136 | 0 | 143 | 71 | 165 | 142 | 26 |
| Binary | 111 | 1101101 | 1 | 1011110 | 0 | 1100011 | 111001 | 1110101 | 1100010 | 10110 |
Color Harmonies of #076D01
Complementary color
Monochromatic Colors of #076D01
Black with #076D01
Text Example
Text Example
White with #076D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D01; }
p { color: rgb(7,109,1); }
H1.HeaderClassName
{
color: #076D01;
}
.AnyTagClassName
{
color: #076D01;
}
</style>
background-color css
<style>
a { background-color: #076D01; }
a { background-color: rgb(7,109,1); }
div.DivClassName
{
background-color: #076D01;
}
.BgClassName
{
background-color: #076D01;
}
</style>
border-color css
<style>
span { border-color: #076D01; }
span { border-color: rgb(7,109,1); }
td.TdClassName
{
border-color: #076D01;
}
.TagClassName
{
border-color: #076D01;
}
</style>