Shades of Green #077112
Tints of Green #077112
RGB
CMYK
RGB Variations
Color information
#077112 (or 0x077112) is known color: Green. HEX triplet: 07, 71 and 12. RGB value is (7,113,18). Sum of RGB (Red+Green+Blue) = 7+113+18=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 113 (44.53% from 255 or 81.88% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 113 - color contains mainly: green. Hex color #077112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077112 is #F88EED. Grayscale: #464646. Windows color (decimal): -16289518 or 1208583. OLE color: 1208583.
HSL color Cylindrical-coordinate representation of color #077112: hue angle of 126.23º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077112 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 113 | 18 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.56 |
| HSL | 126.23º | 0.88% | 0.24% | - |
| HSV(B) | 126.23º | 0.94% | 0.44% | - |
| XYZ | 6.1 | 11.9 | 2.55 | - |
| YUV | 70.48 | 98.38 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 113 | 18 | 0.94 | 0 | 0.84 | 0.56 | 126.23 | 0.88 | 0.24 |
| Hex | 7 | 71 | 12 | 5E | 0 | 54 | 38 | 7E | 58 | 18 |
| Octal | 7 | 161 | 22 | 136 | 0 | 124 | 70 | 176 | 130 | 30 |
| Binary | 111 | 1110001 | 10010 | 1011110 | 0 | 1010100 | 111000 | 1111110 | 1011000 | 11000 |
Color Harmonies of #077112
Complementary color
Monochromatic Colors of #077112
Black with #077112
Text Example
Text Example
White with #077112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077112; }
p { color: rgb(7,113,18); }
H1.HeaderClassName
{
color: #077112;
}
.AnyTagClassName
{
color: #077112;
}
</style>
background-color css
<style>
a { background-color: #077112; }
a { background-color: rgb(7,113,18); }
div.DivClassName
{
background-color: #077112;
}
.BgClassName
{
background-color: #077112;
}
</style>
border-color css
<style>
span { border-color: #077112; }
span { border-color: rgb(7,113,18); }
td.TdClassName
{
border-color: #077112;
}
.TagClassName
{
border-color: #077112;
}
</style>