Shades of Green #076D00
Tints of Green #076D00
RGB
CMYK
RGB Variations
Color information
#076D00 (or 0x076D00) is known color: Green. HEX triplet: 07, 6D and 00. RGB value is (7,109,0). Sum of RGB (Red+Green+Blue) = 7+109+0=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 109 (42.97% from 255 or 93.97% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 109 - color contains mainly: green. Hex color #076D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076D00 is #F892FF. Grayscale: #424242. Windows color (decimal): -16290560 or 27911. OLE color: 27911.
HSL color Cylindrical-coordinate representation of color #076D00: hue angle of 116.15º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #076D00 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.57 |
| HSL | 116.15º | 1% | 0.21% | - |
| HSV(B) | 116.15º | 1% | 0.43% | - |
| XYZ | 5.56 | 10.98 | 1.83 | - |
| YUV | 66.08 | 90.71 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 0 | 0.94 | 0 | 1 | 0.57 | 116.15 | 1 | 0.21 |
| Hex | 7 | 6D | 0 | 5E | 0 | 64 | 39 | 74 | 64 | 15 |
| Octal | 7 | 155 | 0 | 136 | 0 | 144 | 71 | 164 | 144 | 25 |
| Binary | 111 | 1101101 | 0 | 1011110 | 0 | 1100100 | 111001 | 1110100 | 1100100 | 10101 |
Color Harmonies of #076D00
Complementary color
Monochromatic Colors of #076D00
Black with #076D00
Text Example
Text Example
White with #076D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D00; }
p { color: rgb(7,109,0); }
H1.HeaderClassName
{
color: #076D00;
}
.AnyTagClassName
{
color: #076D00;
}
</style>
background-color css
<style>
a { background-color: #076D00; }
a { background-color: rgb(7,109,0); }
div.DivClassName
{
background-color: #076D00;
}
.BgClassName
{
background-color: #076D00;
}
</style>
border-color css
<style>
span { border-color: #076D00; }
span { border-color: rgb(7,109,0); }
td.TdClassName
{
border-color: #076D00;
}
.TagClassName
{
border-color: #076D00;
}
</style>