Shades of Green #076D05
Tints of Green #076D05
RGB
CMYK
RGB Variations
Color information
#076D05 (or 0x076D05) is known color: Green. HEX triplet: 07, 6D and 05. RGB value is (7,109,5). Sum of RGB (Red+Green+Blue) = 7+109+5=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 109 (42.97% from 255 or 90.08% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 109 - color contains mainly: green. Hex color #076D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076D05 is #F892FA. Grayscale: #424242. Windows color (decimal): -16290555 or 355591. OLE color: 355591.
HSL color Cylindrical-coordinate representation of color #076D05: hue angle of 118.85º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076D05 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 5 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.57 |
| HSL | 118.85º | 0.91% | 0.22% | - |
| HSV(B) | 118.85º | 0.95% | 0.43% | - |
| XYZ | 5.58 | 10.99 | 1.97 | - |
| YUV | 66.65 | 93.21 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 5 | 0.94 | 0 | 0.95 | 0.57 | 118.85 | 0.91 | 0.22 |
| Hex | 7 | 6D | 5 | 5E | 0 | 5F | 39 | 77 | 5B | 16 |
| Octal | 7 | 155 | 5 | 136 | 0 | 137 | 71 | 167 | 133 | 26 |
| Binary | 111 | 1101101 | 101 | 1011110 | 0 | 1011111 | 111001 | 1110111 | 1011011 | 10110 |
Color Harmonies of #076D05
Complementary color
Monochromatic Colors of #076D05
Black with #076D05
Text Example
Text Example
White with #076D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D05; }
p { color: rgb(7,109,5); }
H1.HeaderClassName
{
color: #076D05;
}
.AnyTagClassName
{
color: #076D05;
}
</style>
background-color css
<style>
a { background-color: #076D05; }
a { background-color: rgb(7,109,5); }
div.DivClassName
{
background-color: #076D05;
}
.BgClassName
{
background-color: #076D05;
}
</style>
border-color css
<style>
span { border-color: #076D05; }
span { border-color: rgb(7,109,5); }
td.TdClassName
{
border-color: #076D05;
}
.TagClassName
{
border-color: #076D05;
}
</style>