Shades of Green #077613
Tints of Green #077613
RGB
CMYK
RGB Variations
Color information
#077613 (or 0x077613) is known color: Green. HEX triplet: 07, 76 and 13. RGB value is (7,118,19). Sum of RGB (Red+Green+Blue) = 7+118+19=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 118 (46.48% from 255 or 81.94% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 118 - color contains mainly: green. Hex color #077613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077613 is #F889EC. Grayscale: #494949. Windows color (decimal): -16288237 or 1275399. OLE color: 1275399.
HSL color Cylindrical-coordinate representation of color #077613: hue angle of 126.49º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077613 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 19 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.54 |
| HSL | 126.49º | 0.89% | 0.25% | - |
| HSV(B) | 126.49º | 0.94% | 0.46% | - |
| XYZ | 6.68 | 13.05 | 2.78 | - |
| YUV | 73.53 | 97.23 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 19 | 0.94 | 0 | 0.84 | 0.54 | 126.49 | 0.89 | 0.25 |
| Hex | 7 | 76 | 13 | 5E | 0 | 54 | 36 | 7E | 59 | 19 |
| Octal | 7 | 166 | 23 | 136 | 0 | 124 | 66 | 176 | 131 | 31 |
| Binary | 111 | 1110110 | 10011 | 1011110 | 0 | 1010100 | 110110 | 1111110 | 1011001 | 11001 |
Color Harmonies of #077613
Complementary color
Monochromatic Colors of #077613
Black with #077613
Text Example
Text Example
White with #077613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077613; }
p { color: rgb(7,118,19); }
H1.HeaderClassName
{
color: #077613;
}
.AnyTagClassName
{
color: #077613;
}
</style>
background-color css
<style>
a { background-color: #077613; }
a { background-color: rgb(7,118,19); }
div.DivClassName
{
background-color: #077613;
}
.BgClassName
{
background-color: #077613;
}
</style>
border-color css
<style>
span { border-color: #077613; }
span { border-color: rgb(7,118,19); }
td.TdClassName
{
border-color: #077613;
}
.TagClassName
{
border-color: #077613;
}
</style>