Shades of Green #077206
Tints of Green #077206
RGB
CMYK
RGB Variations
Color information
#077206 (or 0x077206) is known color: Green. HEX triplet: 07, 72 and 06. RGB value is (7,114,6). Sum of RGB (Red+Green+Blue) = 7+114+6=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 114 (44.92% from 255 or 89.76% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 114 - color contains mainly: green. Hex color #077206 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077206 is #F88DF9. Grayscale: #464646. Windows color (decimal): -16289274 or 422407. OLE color: 422407.
HSL color Cylindrical-coordinate representation of color #077206: hue angle of 119.44º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077206 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 114 | 6 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.55 |
| HSL | 119.44º | 0.9% | 0.24% | - |
| HSV(B) | 119.44º | 0.95% | 0.45% | - |
| XYZ | 6.14 | 12.09 | 2.18 | - |
| YUV | 69.7 | 92.05 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 6 | 0.94 | 0 | 0.95 | 0.55 | 119.44 | 0.9 | 0.24 |
| Hex | 7 | 72 | 6 | 5E | 0 | 5F | 37 | 77 | 5A | 18 |
| Octal | 7 | 162 | 6 | 136 | 0 | 137 | 67 | 167 | 132 | 30 |
| Binary | 111 | 1110010 | 110 | 1011110 | 0 | 1011111 | 110111 | 1110111 | 1011010 | 11000 |
Color Harmonies of #077206
Complementary color
Monochromatic Colors of #077206
Black with #077206
Text Example
Text Example
White with #077206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077206; }
p { color: rgb(7,114,6); }
H1.HeaderClassName
{
color: #077206;
}
.AnyTagClassName
{
color: #077206;
}
</style>
background-color css
<style>
a { background-color: #077206; }
a { background-color: rgb(7,114,6); }
div.DivClassName
{
background-color: #077206;
}
.BgClassName
{
background-color: #077206;
}
</style>
border-color css
<style>
span { border-color: #077206; }
span { border-color: rgb(7,114,6); }
td.TdClassName
{
border-color: #077206;
}
.TagClassName
{
border-color: #077206;
}
</style>