Shades of Green #076D06
Tints of Green #076D06
RGB
CMYK
RGB Variations
Color information
#076D06 (or 0x076D06) is known color: Green. HEX triplet: 07, 6D and 06. RGB value is (7,109,6). Sum of RGB (Red+Green+Blue) = 7+109+6=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 109 (42.97% from 255 or 89.34% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 109 - color contains mainly: green. Hex color #076D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076D06 is #F892F9. Grayscale: #434343. Windows color (decimal): -16290554 or 421127. OLE color: 421127.
HSL color Cylindrical-coordinate representation of color #076D06: hue angle of 119.42º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D06 is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 6 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.57 |
| HSL | 119.42º | 0.9% | 0.23% | - |
| HSV(B) | 119.42º | 0.94% | 0.43% | - |
| XYZ | 5.59 | 11 | 2 | - |
| YUV | 66.76 | 93.71 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 6 | 0.94 | 0 | 0.94 | 0.57 | 119.42 | 0.9 | 0.23 |
| Hex | 7 | 6D | 6 | 5E | 0 | 5E | 39 | 77 | 5A | 17 |
| Octal | 7 | 155 | 6 | 136 | 0 | 136 | 71 | 167 | 132 | 27 |
| Binary | 111 | 1101101 | 110 | 1011110 | 0 | 1011110 | 111001 | 1110111 | 1011010 | 10111 |
Color Harmonies of #076D06
Complementary color
Monochromatic Colors of #076D06
Black with #076D06
Text Example
Text Example
White with #076D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D06; }
p { color: rgb(7,109,6); }
H1.HeaderClassName
{
color: #076D06;
}
.AnyTagClassName
{
color: #076D06;
}
</style>
background-color css
<style>
a { background-color: #076D06; }
a { background-color: rgb(7,109,6); }
div.DivClassName
{
background-color: #076D06;
}
.BgClassName
{
background-color: #076D06;
}
</style>
border-color css
<style>
span { border-color: #076D06; }
span { border-color: rgb(7,109,6); }
td.TdClassName
{
border-color: #076D06;
}
.TagClassName
{
border-color: #076D06;
}
</style>