Shades of Green #076E13
Tints of Green #076E13
RGB
CMYK
RGB Variations
Color information
#076E13 (or 0x076E13) is known color: Green. HEX triplet: 07, 6E and 13. RGB value is (7,110,19). Sum of RGB (Red+Green+Blue) = 7+110+19=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 110 (43.36% from 255 or 80.88% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 110 - color contains mainly: green. Hex color #076E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076E13 is #F891EC. Grayscale: #454545. Windows color (decimal): -16290285 or 1273351. OLE color: 1273351.
HSL color Cylindrical-coordinate representation of color #076E13: hue angle of 126.99º 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 #076E13 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 110 | 19 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.57 |
| HSL | 126.99º | 0.88% | 0.23% | - |
| HSV(B) | 126.99º | 0.94% | 0.43% | - |
| XYZ | 5.78 | 11.24 | 2.48 | - |
| YUV | 68.83 | 99.88 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 19 | 0.94 | 0 | 0.83 | 0.57 | 126.99 | 0.88 | 0.23 |
| Hex | 7 | 6E | 13 | 5E | 0 | 53 | 39 | 7F | 58 | 17 |
| Octal | 7 | 156 | 23 | 136 | 0 | 123 | 71 | 177 | 130 | 27 |
| Binary | 111 | 1101110 | 10011 | 1011110 | 0 | 1010011 | 111001 | 1111111 | 1011000 | 10111 |
Color Harmonies of #076E13
Complementary color
Monochromatic Colors of #076E13
Black with #076E13
Text Example
Text Example
White with #076E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076E13; }
p { color: rgb(7,110,19); }
H1.HeaderClassName
{
color: #076E13;
}
.AnyTagClassName
{
color: #076E13;
}
</style>
background-color css
<style>
a { background-color: #076E13; }
a { background-color: rgb(7,110,19); }
div.DivClassName
{
background-color: #076E13;
}
.BgClassName
{
background-color: #076E13;
}
</style>
border-color css
<style>
span { border-color: #076E13; }
span { border-color: rgb(7,110,19); }
td.TdClassName
{
border-color: #076E13;
}
.TagClassName
{
border-color: #076E13;
}
</style>