Shades of Green #076E12
Tints of Green #076E12
RGB
CMYK
RGB Variations
Color information
#076E12 (or 0x076E12) is known color: Green. HEX triplet: 07, 6E and 12. RGB value is (7,110,18). Sum of RGB (Red+Green+Blue) = 7+110+18=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 110 (43.36% from 255 or 81.48% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 110 - color contains mainly: green. Hex color #076E12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076E12 is #F891ED. Grayscale: #444444. Windows color (decimal): -16290286 or 1207815. OLE color: 1207815.
HSL color Cylindrical-coordinate representation of color #076E12: hue angle of 126.41º 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 #076E12 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 110 | 18 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.57 |
| HSL | 126.41º | 0.88% | 0.23% | - |
| HSV(B) | 126.41º | 0.94% | 0.43% | - |
| XYZ | 5.77 | 11.24 | 2.44 | - |
| YUV | 68.72 | 99.38 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 18 | 0.94 | 0 | 0.84 | 0.57 | 126.41 | 0.88 | 0.23 |
| Hex | 7 | 6E | 12 | 5E | 0 | 54 | 39 | 7E | 58 | 17 |
| Octal | 7 | 156 | 22 | 136 | 0 | 124 | 71 | 176 | 130 | 27 |
| Binary | 111 | 1101110 | 10010 | 1011110 | 0 | 1010100 | 111001 | 1111110 | 1011000 | 10111 |
Color Harmonies of #076E12
Complementary color
Monochromatic Colors of #076E12
Black with #076E12
Text Example
Text Example
White with #076E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076E12; }
p { color: rgb(7,110,18); }
H1.HeaderClassName
{
color: #076E12;
}
.AnyTagClassName
{
color: #076E12;
}
</style>
background-color css
<style>
a { background-color: #076E12; }
a { background-color: rgb(7,110,18); }
div.DivClassName
{
background-color: #076E12;
}
.BgClassName
{
background-color: #076E12;
}
</style>
border-color css
<style>
span { border-color: #076E12; }
span { border-color: rgb(7,110,18); }
td.TdClassName
{
border-color: #076E12;
}
.TagClassName
{
border-color: #076E12;
}
</style>