Shades of Green #076D10
Tints of Green #076D10
RGB
CMYK
RGB Variations
Color information
#076D10 (or 0x076D10) is known color: Green. HEX triplet: 07, 6D and 10. RGB value is (7,109,16). Sum of RGB (Red+Green+Blue) = 7+109+16=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 109 (42.97% from 255 or 82.58% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 109 - color contains mainly: green. Hex color #076D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076D10 is #F892EF. Grayscale: #444444. Windows color (decimal): -16290544 or 1076487. OLE color: 1076487.
HSL color Cylindrical-coordinate representation of color #076D10: hue angle of 125.29º degrees, saturation: 0.88, 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 #076D10 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 16 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.57 |
| HSL | 125.29º | 0.88% | 0.23% | - |
| HSV(B) | 125.29º | 0.94% | 0.43% | - |
| XYZ | 5.65 | 11.02 | 2.32 | - |
| YUV | 67.9 | 98.71 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 16 | 0.94 | 0 | 0.85 | 0.57 | 125.29 | 0.88 | 0.23 |
| Hex | 7 | 6D | 10 | 5E | 0 | 55 | 39 | 7D | 58 | 17 |
| Octal | 7 | 155 | 20 | 136 | 0 | 125 | 71 | 175 | 130 | 27 |
| Binary | 111 | 1101101 | 10000 | 1011110 | 0 | 1010101 | 111001 | 1111101 | 1011000 | 10111 |
Color Harmonies of #076D10
Complementary color
Monochromatic Colors of #076D10
Black with #076D10
Text Example
Text Example
White with #076D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D10; }
p { color: rgb(7,109,16); }
H1.HeaderClassName
{
color: #076D10;
}
.AnyTagClassName
{
color: #076D10;
}
</style>
background-color css
<style>
a { background-color: #076D10; }
a { background-color: rgb(7,109,16); }
div.DivClassName
{
background-color: #076D10;
}
.BgClassName
{
background-color: #076D10;
}
</style>
border-color css
<style>
span { border-color: #076D10; }
span { border-color: rgb(7,109,16); }
td.TdClassName
{
border-color: #076D10;
}
.TagClassName
{
border-color: #076D10;
}
</style>