Shades of Green #077313
Tints of Green #077313
RGB
CMYK
RGB Variations
Color information
#077313 (or 0x077313) is known color: Green. HEX triplet: 07, 73 and 13. RGB value is (7,115,19). Sum of RGB (Red+Green+Blue) = 7+115+19=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 115 (45.31% from 255 or 81.56% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 115 - color contains mainly: green. Hex color #077313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077313 is #F88CEC. Grayscale: #484848. Windows color (decimal): -16289005 or 1274631. OLE color: 1274631.
HSL color Cylindrical-coordinate representation of color #077313: hue angle of 126.67º 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 #077313 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 19 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.55 |
| HSL | 126.67º | 0.89% | 0.24% | - |
| HSV(B) | 126.67º | 0.94% | 0.45% | - |
| XYZ | 6.34 | 12.35 | 2.67 | - |
| YUV | 71.76 | 98.22 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 19 | 0.94 | 0 | 0.83 | 0.55 | 126.67 | 0.89 | 0.24 |
| Hex | 7 | 73 | 13 | 5E | 0 | 53 | 37 | 7F | 59 | 18 |
| Octal | 7 | 163 | 23 | 136 | 0 | 123 | 67 | 177 | 131 | 30 |
| Binary | 111 | 1110011 | 10011 | 1011110 | 0 | 1010011 | 110111 | 1111111 | 1011001 | 11000 |
Color Harmonies of #077313
Complementary color
Monochromatic Colors of #077313
Black with #077313
Text Example
Text Example
White with #077313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077313; }
p { color: rgb(7,115,19); }
H1.HeaderClassName
{
color: #077313;
}
.AnyTagClassName
{
color: #077313;
}
</style>
background-color css
<style>
a { background-color: #077313; }
a { background-color: rgb(7,115,19); }
div.DivClassName
{
background-color: #077313;
}
.BgClassName
{
background-color: #077313;
}
</style>
border-color css
<style>
span { border-color: #077313; }
span { border-color: rgb(7,115,19); }
td.TdClassName
{
border-color: #077313;
}
.TagClassName
{
border-color: #077313;
}
</style>