Shades of Green #076D1A
Tints of Green #076D1A
RGB
CMYK
RGB Variations
Color information
#076D1A (or 0x076D1A) is known color: Green. HEX triplet: 07, 6D and 1A. RGB value is (7,109,26). Sum of RGB (Red+Green+Blue) = 7+109+26=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 109 (42.97% from 255 or 76.76% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 109 - color contains mainly: green. Hex color #076D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076D1A is #F892E5. Grayscale: #454545. Windows color (decimal): -16290534 or 1731847. OLE color: 1731847.
HSL color Cylindrical-coordinate representation of color #076D1A: hue angle of 131.18º 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 #076D1A is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 26 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.57 |
| HSL | 131.18º | 0.88% | 0.23% | - |
| HSV(B) | 131.18º | 0.94% | 0.43% | - |
| XYZ | 5.74 | 11.06 | 2.81 | - |
| YUV | 69.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 26 | 0.94 | 0 | 0.76 | 0.57 | 131.18 | 0.88 | 0.23 |
| Hex | 7 | 6D | 1A | 5E | 0 | 4C | 39 | 83 | 58 | 17 |
| Octal | 7 | 155 | 32 | 136 | 0 | 114 | 71 | 203 | 130 | 27 |
| Binary | 111 | 1101101 | 11010 | 1011110 | 0 | 1001100 | 111001 | 10000011 | 1011000 | 10111 |
Color Harmonies of #076D1A
Complementary color
Monochromatic Colors of #076D1A
Black with #076D1A
Text Example
Text Example
White with #076D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D1A; }
p { color: rgb(7,109,26); }
H1.HeaderClassName
{
color: #076D1A;
}
.AnyTagClassName
{
color: #076D1A;
}
</style>
background-color css
<style>
a { background-color: #076D1A; }
a { background-color: rgb(7,109,26); }
div.DivClassName
{
background-color: #076D1A;
}
.BgClassName
{
background-color: #076D1A;
}
</style>
border-color css
<style>
span { border-color: #076D1A; }
span { border-color: rgb(7,109,26); }
td.TdClassName
{
border-color: #076D1A;
}
.TagClassName
{
border-color: #076D1A;
}
</style>