Shades of Green #076D08
Tints of Green #076D08
RGB
CMYK
RGB Variations
Color information
#076D08 (or 0x076D08) is known color: Green. HEX triplet: 07, 6D and 08. RGB value is (7,109,8). Sum of RGB (Red+Green+Blue) = 7+109+8=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 109 (42.97% from 255 or 87.90% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 109 - color contains mainly: green. Hex color #076D08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076D08 is #F892F7. Grayscale: #434343. Windows color (decimal): -16290552 or 552199. OLE color: 552199.
HSL color Cylindrical-coordinate representation of color #076D08: hue angle of 120.59º 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 #076D08 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 8 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.57 |
| HSL | 120.59º | 0.88% | 0.23% | - |
| HSV(B) | 120.59º | 0.94% | 0.43% | - |
| XYZ | 5.6 | 11 | 2.06 | - |
| YUV | 66.99 | 94.71 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 8 | 0.94 | 0 | 0.93 | 0.57 | 120.59 | 0.88 | 0.23 |
| Hex | 7 | 6D | 8 | 5E | 0 | 5D | 39 | 79 | 58 | 17 |
| Octal | 7 | 155 | 10 | 136 | 0 | 135 | 71 | 171 | 130 | 27 |
| Binary | 111 | 1101101 | 1000 | 1011110 | 0 | 1011101 | 111001 | 1111001 | 1011000 | 10111 |
Color Harmonies of #076D08
Complementary color
Monochromatic Colors of #076D08
Black with #076D08
Text Example
Text Example
White with #076D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D08; }
p { color: rgb(7,109,8); }
H1.HeaderClassName
{
color: #076D08;
}
.AnyTagClassName
{
color: #076D08;
}
</style>
background-color css
<style>
a { background-color: #076D08; }
a { background-color: rgb(7,109,8); }
div.DivClassName
{
background-color: #076D08;
}
.BgClassName
{
background-color: #076D08;
}
</style>
border-color css
<style>
span { border-color: #076D08; }
span { border-color: rgb(7,109,8); }
td.TdClassName
{
border-color: #076D08;
}
.TagClassName
{
border-color: #076D08;
}
</style>