Shades of Green #07711A
Tints of Green #07711A
RGB
CMYK
RGB Variations
Color information
#07711A (or 0x07711A) is known color: Green. HEX triplet: 07, 71 and 1A. RGB value is (7,113,26). Sum of RGB (Red+Green+Blue) = 7+113+26=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 113 (44.53% from 255 or 77.40% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 113 - color contains mainly: green. Hex color #07711A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07711A is #F88EE5. Grayscale: #474747. Windows color (decimal): -16289510 or 1732871. OLE color: 1732871.
HSL color Cylindrical-coordinate representation of color #07711A: hue angle of 130.75º 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 #07711A is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 113 | 26 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.56 |
| HSL | 130.75º | 0.88% | 0.24% | - |
| HSV(B) | 130.75º | 0.94% | 0.44% | - |
| XYZ | 6.18 | 11.93 | 2.95 | - |
| YUV | 71.39 | 102.38 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 113 | 26 | 0.94 | 0 | 0.77 | 0.56 | 130.75 | 0.88 | 0.24 |
| Hex | 7 | 71 | 1A | 5E | 0 | 4D | 38 | 83 | 58 | 18 |
| Octal | 7 | 161 | 32 | 136 | 0 | 115 | 70 | 203 | 130 | 30 |
| Binary | 111 | 1110001 | 11010 | 1011110 | 0 | 1001101 | 111000 | 10000011 | 1011000 | 11000 |
Color Harmonies of #07711A
Complementary color
Monochromatic Colors of #07711A
Black with #07711A
Text Example
Text Example
White with #07711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07711A; }
p { color: rgb(7,113,26); }
H1.HeaderClassName
{
color: #07711A;
}
.AnyTagClassName
{
color: #07711A;
}
</style>
background-color css
<style>
a { background-color: #07711A; }
a { background-color: rgb(7,113,26); }
div.DivClassName
{
background-color: #07711A;
}
.BgClassName
{
background-color: #07711A;
}
</style>
border-color css
<style>
span { border-color: #07711A; }
span { border-color: rgb(7,113,26); }
td.TdClassName
{
border-color: #07711A;
}
.TagClassName
{
border-color: #07711A;
}
</style>