Shades of Green #076E10
Tints of Green #076E10
RGB
CMYK
RGB Variations
Color information
#076E10 (or 0x076E10) is known color: Green. HEX triplet: 07, 6E and 10. RGB value is (7,110,16). Sum of RGB (Red+Green+Blue) = 7+110+16=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 110 (43.36% from 255 or 82.71% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 110 - color contains mainly: green. Hex color #076E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076E10 is #F891EF. Grayscale: #444444. Windows color (decimal): -16290288 or 1076743. OLE color: 1076743.
HSL color Cylindrical-coordinate representation of color #076E10: hue angle of 125.24º 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 #076E10 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 110 | 16 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.57 |
| HSL | 125.24º | 0.88% | 0.23% | - |
| HSV(B) | 125.24º | 0.94% | 0.43% | - |
| XYZ | 5.76 | 11.23 | 2.36 | - |
| YUV | 68.49 | 98.38 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 16 | 0.94 | 0 | 0.85 | 0.57 | 125.24 | 0.88 | 0.23 |
| Hex | 7 | 6E | 10 | 5E | 0 | 55 | 39 | 7D | 58 | 17 |
| Octal | 7 | 156 | 20 | 136 | 0 | 125 | 71 | 175 | 130 | 27 |
| Binary | 111 | 1101110 | 10000 | 1011110 | 0 | 1010101 | 111001 | 1111101 | 1011000 | 10111 |
Color Harmonies of #076E10
Complementary color
Monochromatic Colors of #076E10
Black with #076E10
Text Example
Text Example
White with #076E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076E10; }
p { color: rgb(7,110,16); }
H1.HeaderClassName
{
color: #076E10;
}
.AnyTagClassName
{
color: #076E10;
}
</style>
background-color css
<style>
a { background-color: #076E10; }
a { background-color: rgb(7,110,16); }
div.DivClassName
{
background-color: #076E10;
}
.BgClassName
{
background-color: #076E10;
}
</style>
border-color css
<style>
span { border-color: #076E10; }
span { border-color: rgb(7,110,16); }
td.TdClassName
{
border-color: #076E10;
}
.TagClassName
{
border-color: #076E10;
}
</style>