Shades of Green #076C05
Tints of Green #076C05
RGB
CMYK
RGB Variations
Color information
#076C05 (or 0x076C05) is known color: Green. HEX triplet: 07, 6C and 05. RGB value is (7,108,5). Sum of RGB (Red+Green+Blue) = 7+108+5=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 108 (42.58% from 255 or 90% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 108 - color contains mainly: green. Hex color #076C05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076C05 is #F893FA. Grayscale: #424242. Windows color (decimal): -16290811 or 355335. OLE color: 355335.
HSL color Cylindrical-coordinate representation of color #076C05: hue angle of 118.83º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076C05 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 108 | 5 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.58 |
| HSL | 118.83º | 0.91% | 0.22% | - |
| HSV(B) | 118.83º | 0.95% | 0.42% | - |
| XYZ | 5.48 | 10.78 | 1.94 | - |
| YUV | 66.06 | 93.54 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 5 | 0.94 | 0 | 0.95 | 0.58 | 118.83 | 0.91 | 0.22 |
| Hex | 7 | 6C | 5 | 5E | 0 | 5F | 3A | 77 | 5B | 16 |
| Octal | 7 | 154 | 5 | 136 | 0 | 137 | 72 | 167 | 133 | 26 |
| Binary | 111 | 1101100 | 101 | 1011110 | 0 | 1011111 | 111010 | 1110111 | 1011011 | 10110 |
Color Harmonies of #076C05
Complementary color
Monochromatic Colors of #076C05
Black with #076C05
Text Example
Text Example
White with #076C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076C05; }
p { color: rgb(7,108,5); }
H1.HeaderClassName
{
color: #076C05;
}
.AnyTagClassName
{
color: #076C05;
}
</style>
background-color css
<style>
a { background-color: #076C05; }
a { background-color: rgb(7,108,5); }
div.DivClassName
{
background-color: #076C05;
}
.BgClassName
{
background-color: #076C05;
}
</style>
border-color css
<style>
span { border-color: #076C05; }
span { border-color: rgb(7,108,5); }
td.TdClassName
{
border-color: #076C05;
}
.TagClassName
{
border-color: #076C05;
}
</style>