Shades of Green #076E05
Tints of Green #076E05
RGB
CMYK
RGB Variations
Color information
#076E05 (or 0x076E05) is known color: Green. HEX triplet: 07, 6E and 05. RGB value is (7,110,5). Sum of RGB (Red+Green+Blue) = 7+110+5=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 110 (43.36% from 255 or 90.16% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 110 - color contains mainly: green. Hex color #076E05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076E05 is #F891FA. Grayscale: #434343. Windows color (decimal): -16290299 or 355847. OLE color: 355847.
HSL color Cylindrical-coordinate representation of color #076E05: hue angle of 118.86º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076E05 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 110 | 5 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.57 |
| HSL | 118.86º | 0.91% | 0.23% | - |
| HSV(B) | 118.86º | 0.95% | 0.43% | - |
| XYZ | 5.69 | 11.21 | 2.01 | - |
| YUV | 67.23 | 92.88 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 5 | 0.94 | 0 | 0.95 | 0.57 | 118.86 | 0.91 | 0.23 |
| Hex | 7 | 6E | 5 | 5E | 0 | 5F | 39 | 77 | 5B | 17 |
| Octal | 7 | 156 | 5 | 136 | 0 | 137 | 71 | 167 | 133 | 27 |
| Binary | 111 | 1101110 | 101 | 1011110 | 0 | 1011111 | 111001 | 1110111 | 1011011 | 10111 |
Color Harmonies of #076E05
Complementary color
Monochromatic Colors of #076E05
Black with #076E05
Text Example
Text Example
White with #076E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076E05; }
p { color: rgb(7,110,5); }
H1.HeaderClassName
{
color: #076E05;
}
.AnyTagClassName
{
color: #076E05;
}
</style>
background-color css
<style>
a { background-color: #076E05; }
a { background-color: rgb(7,110,5); }
div.DivClassName
{
background-color: #076E05;
}
.BgClassName
{
background-color: #076E05;
}
</style>
border-color css
<style>
span { border-color: #076E05; }
span { border-color: rgb(7,110,5); }
td.TdClassName
{
border-color: #076E05;
}
.TagClassName
{
border-color: #076E05;
}
</style>