Shades of Green #076A17
Tints of Green #076A17
RGB
CMYK
RGB Variations
Color information
#076A17 (or 0x076A17) is known color: Green. HEX triplet: 07, 6A and 17. RGB value is (7,106,23). Sum of RGB (Red+Green+Blue) = 7+106+23=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 106 (41.80% from 255 or 77.94% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 106 - color contains mainly: green. Hex color #076A17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076A17 is #F895E8. Grayscale: #434343. Windows color (decimal): -16291305 or 1534471. OLE color: 1534471.
HSL color Cylindrical-coordinate representation of color #076A17: hue angle of 129.7º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076A17 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 106 | 23 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.58 |
| HSL | 129.7º | 0.88% | 0.22% | - |
| HSV(B) | 129.7º | 0.93% | 0.42% | - |
| XYZ | 5.4 | 10.42 | 2.54 | - |
| YUV | 66.94 | 103.2 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 23 | 0.93 | 0 | 0.78 | 0.58 | 129.7 | 0.88 | 0.22 |
| Hex | 7 | 6A | 17 | 5D | 0 | 4E | 3A | 82 | 58 | 16 |
| Octal | 7 | 152 | 27 | 135 | 0 | 116 | 72 | 202 | 130 | 26 |
| Binary | 111 | 1101010 | 10111 | 1011101 | 0 | 1001110 | 111010 | 10000010 | 1011000 | 10110 |
Color Harmonies of #076A17
Complementary color
Monochromatic Colors of #076A17
Black with #076A17
Text Example
Text Example
White with #076A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076A17; }
p { color: rgb(7,106,23); }
H1.HeaderClassName
{
color: #076A17;
}
.AnyTagClassName
{
color: #076A17;
}
</style>
background-color css
<style>
a { background-color: #076A17; }
a { background-color: rgb(7,106,23); }
div.DivClassName
{
background-color: #076A17;
}
.BgClassName
{
background-color: #076A17;
}
</style>
border-color css
<style>
span { border-color: #076A17; }
span { border-color: rgb(7,106,23); }
td.TdClassName
{
border-color: #076A17;
}
.TagClassName
{
border-color: #076A17;
}
</style>