Shades of Green #076D15
Tints of Green #076D15
RGB
CMYK
RGB Variations
Color information
#076D15 (or 0x076D15) is known color: Green. HEX triplet: 07, 6D and 15. RGB value is (7,109,21). Sum of RGB (Red+Green+Blue) = 7+109+21=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 109 (42.97% from 255 or 79.56% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 109 - color contains mainly: green. Hex color #076D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076D15 is #F892EA. Grayscale: #444444. Windows color (decimal): -16290539 or 1404167. OLE color: 1404167.
HSL color Cylindrical-coordinate representation of color #076D15: hue angle of 128.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 #076D15 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 21 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.57 |
| HSL | 128.24º | 0.88% | 0.23% | - |
| HSV(B) | 128.24º | 0.94% | 0.43% | - |
| XYZ | 5.69 | 11.04 | 2.54 | - |
| YUV | 68.47 | 101.21 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 21 | 0.94 | 0 | 0.81 | 0.57 | 128.24 | 0.88 | 0.23 |
| Hex | 7 | 6D | 15 | 5E | 0 | 51 | 39 | 80 | 58 | 17 |
| Octal | 7 | 155 | 25 | 136 | 0 | 121 | 71 | 200 | 130 | 27 |
| Binary | 111 | 1101101 | 10101 | 1011110 | 0 | 1010001 | 111001 | 10000000 | 1011000 | 10111 |
Color Harmonies of #076D15
Complementary color
Monochromatic Colors of #076D15
Black with #076D15
Text Example
Text Example
White with #076D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D15; }
p { color: rgb(7,109,21); }
H1.HeaderClassName
{
color: #076D15;
}
.AnyTagClassName
{
color: #076D15;
}
</style>
background-color css
<style>
a { background-color: #076D15; }
a { background-color: rgb(7,109,21); }
div.DivClassName
{
background-color: #076D15;
}
.BgClassName
{
background-color: #076D15;
}
</style>
border-color css
<style>
span { border-color: #076D15; }
span { border-color: rgb(7,109,21); }
td.TdClassName
{
border-color: #076D15;
}
.TagClassName
{
border-color: #076D15;
}
</style>