Shades of Green #076D0F
Tints of Green #076D0F
RGB
CMYK
RGB Variations
Color information
#076D0F (or 0x076D0F) is known color: Green. HEX triplet: 07, 6D and 0F. RGB value is (7,109,15). Sum of RGB (Red+Green+Blue) = 7+109+15=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 109 (42.97% from 255 or 83.21% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 109 - color contains mainly: green. Hex color #076D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076D0F is #F892F0. Grayscale: #444444. Windows color (decimal): -16290545 or 1010951. OLE color: 1010951.
HSL color Cylindrical-coordinate representation of color #076D0F: hue angle of 124.71º 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 #076D0F is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 15 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.57 |
| HSL | 124.71º | 0.88% | 0.23% | - |
| HSV(B) | 124.71º | 0.94% | 0.43% | - |
| XYZ | 5.64 | 11.02 | 2.28 | - |
| YUV | 67.79 | 98.21 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 15 | 0.94 | 0 | 0.86 | 0.57 | 124.71 | 0.88 | 0.23 |
| Hex | 7 | 6D | F | 5E | 0 | 56 | 39 | 7D | 58 | 17 |
| Octal | 7 | 155 | 17 | 136 | 0 | 126 | 71 | 175 | 130 | 27 |
| Binary | 111 | 1101101 | 1111 | 1011110 | 0 | 1010110 | 111001 | 1111101 | 1011000 | 10111 |
Color Harmonies of #076D0F
Complementary color
Monochromatic Colors of #076D0F
Black with #076D0F
Text Example
Text Example
White with #076D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D0F; }
p { color: rgb(7,109,15); }
H1.HeaderClassName
{
color: #076D0F;
}
.AnyTagClassName
{
color: #076D0F;
}
</style>
background-color css
<style>
a { background-color: #076D0F; }
a { background-color: rgb(7,109,15); }
div.DivClassName
{
background-color: #076D0F;
}
.BgClassName
{
background-color: #076D0F;
}
</style>
border-color css
<style>
span { border-color: #076D0F; }
span { border-color: rgb(7,109,15); }
td.TdClassName
{
border-color: #076D0F;
}
.TagClassName
{
border-color: #076D0F;
}
</style>