Shades of Green #077312
Tints of Green #077312
RGB
CMYK
RGB Variations
Color information
#077312 (or 0x077312) is known color: Green. HEX triplet: 07, 73 and 12. RGB value is (7,115,18). Sum of RGB (Red+Green+Blue) = 7+115+18=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 115 (45.31% from 255 or 82.14% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 115 - color contains mainly: green. Hex color #077312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077312 is #F88CED. Grayscale: #474747. Windows color (decimal): -16289006 or 1209095. OLE color: 1209095.
HSL color Cylindrical-coordinate representation of color #077312: hue angle of 126.11º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077312 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 18 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.55 |
| HSL | 126.11º | 0.89% | 0.24% | - |
| HSV(B) | 126.11º | 0.94% | 0.45% | - |
| XYZ | 6.33 | 12.35 | 2.62 | - |
| YUV | 71.65 | 97.72 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 18 | 0.94 | 0 | 0.84 | 0.55 | 126.11 | 0.89 | 0.24 |
| Hex | 7 | 73 | 12 | 5E | 0 | 54 | 37 | 7E | 59 | 18 |
| Octal | 7 | 163 | 22 | 136 | 0 | 124 | 67 | 176 | 131 | 30 |
| Binary | 111 | 1110011 | 10010 | 1011110 | 0 | 1010100 | 110111 | 1111110 | 1011001 | 11000 |
Color Harmonies of #077312
Complementary color
Monochromatic Colors of #077312
Black with #077312
Text Example
Text Example
White with #077312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077312; }
p { color: rgb(7,115,18); }
H1.HeaderClassName
{
color: #077312;
}
.AnyTagClassName
{
color: #077312;
}
</style>
background-color css
<style>
a { background-color: #077312; }
a { background-color: rgb(7,115,18); }
div.DivClassName
{
background-color: #077312;
}
.BgClassName
{
background-color: #077312;
}
</style>
border-color css
<style>
span { border-color: #077312; }
span { border-color: rgb(7,115,18); }
td.TdClassName
{
border-color: #077312;
}
.TagClassName
{
border-color: #077312;
}
</style>