Shades of Green #07711B
Tints of Green #07711B
RGB
CMYK
RGB Variations
Color information
#07711B (or 0x07711B) is known color: Green. HEX triplet: 07, 71 and 1B. RGB value is (7,113,27). Sum of RGB (Red+Green+Blue) = 7+113+27=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 113 (44.53% from 255 or 76.87% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 113 - color contains mainly: green. Hex color #07711B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07711B is #F88EE4. Grayscale: #474747. Windows color (decimal): -16289509 or 1798407. OLE color: 1798407.
HSL color Cylindrical-coordinate representation of color #07711B: hue angle of 131.32º 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 #07711B is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 113 | 27 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.56 |
| HSL | 131.32º | 0.88% | 0.24% | - |
| HSV(B) | 131.32º | 0.94% | 0.44% | - |
| XYZ | 6.19 | 11.93 | 3.01 | - |
| YUV | 71.5 | 102.88 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 113 | 27 | 0.94 | 0 | 0.76 | 0.56 | 131.32 | 0.88 | 0.24 |
| Hex | 7 | 71 | 1B | 5E | 0 | 4C | 38 | 83 | 58 | 18 |
| Octal | 7 | 161 | 33 | 136 | 0 | 114 | 70 | 203 | 130 | 30 |
| Binary | 111 | 1110001 | 11011 | 1011110 | 0 | 1001100 | 111000 | 10000011 | 1011000 | 11000 |
Color Harmonies of #07711B
Complementary color
Monochromatic Colors of #07711B
Black with #07711B
Text Example
Text Example
White with #07711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07711B; }
p { color: rgb(7,113,27); }
H1.HeaderClassName
{
color: #07711B;
}
.AnyTagClassName
{
color: #07711B;
}
</style>
background-color css
<style>
a { background-color: #07711B; }
a { background-color: rgb(7,113,27); }
div.DivClassName
{
background-color: #07711B;
}
.BgClassName
{
background-color: #07711B;
}
</style>
border-color css
<style>
span { border-color: #07711B; }
span { border-color: rgb(7,113,27); }
td.TdClassName
{
border-color: #07711B;
}
.TagClassName
{
border-color: #07711B;
}
</style>