Shades of Green #077013
Tints of Green #077013
RGB
CMYK
RGB Variations
Color information
#077013 (or 0x077013) is known color: Green. HEX triplet: 07, 70 and 13. RGB value is (7,112,19). Sum of RGB (Red+Green+Blue) = 7+112+19=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 112 (44.14% from 255 or 81.16% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 112 - color contains mainly: green. Hex color #077013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077013 is #F88FEC. Grayscale: #464646. Windows color (decimal): -16289773 or 1273863. OLE color: 1273863.
HSL color Cylindrical-coordinate representation of color #077013: hue angle of 126.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077013 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 19 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.56 |
| HSL | 126.86º | 0.88% | 0.23% | - |
| HSV(B) | 126.86º | 0.94% | 0.44% | - |
| XYZ | 6 | 11.68 | 2.55 | - |
| YUV | 70 | 99.21 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 19 | 0.94 | 0 | 0.83 | 0.56 | 126.86 | 0.88 | 0.23 |
| Hex | 7 | 70 | 13 | 5E | 0 | 53 | 38 | 7F | 58 | 17 |
| Octal | 7 | 160 | 23 | 136 | 0 | 123 | 70 | 177 | 130 | 27 |
| Binary | 111 | 1110000 | 10011 | 1011110 | 0 | 1010011 | 111000 | 1111111 | 1011000 | 10111 |
Color Harmonies of #077013
Complementary color
Monochromatic Colors of #077013
Black with #077013
Text Example
Text Example
White with #077013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077013; }
p { color: rgb(7,112,19); }
H1.HeaderClassName
{
color: #077013;
}
.AnyTagClassName
{
color: #077013;
}
</style>
background-color css
<style>
a { background-color: #077013; }
a { background-color: rgb(7,112,19); }
div.DivClassName
{
background-color: #077013;
}
.BgClassName
{
background-color: #077013;
}
</style>
border-color css
<style>
span { border-color: #077013; }
span { border-color: rgb(7,112,19); }
td.TdClassName
{
border-color: #077013;
}
.TagClassName
{
border-color: #077013;
}
</style>