Shades of Green #07710B
Tints of Green #07710B
RGB
CMYK
RGB Variations
Color information
#07710B (or 0x07710B) is known color: Green. HEX triplet: 07, 71 and 0B. RGB value is (7,113,11). Sum of RGB (Red+Green+Blue) = 7+113+11=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 113 (44.53% from 255 or 86.26% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 113 - color contains mainly: green. Hex color #07710B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07710B is #F88EF4. Grayscale: #454545. Windows color (decimal): -16289525 or 749831. OLE color: 749831.
HSL color Cylindrical-coordinate representation of color #07710B: hue angle of 122.26º 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 #07710B is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 113 | 11 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.56 |
| HSL | 122.26º | 0.88% | 0.24% | - |
| HSV(B) | 122.26º | 0.94% | 0.44% | - |
| XYZ | 6.05 | 11.88 | 2.29 | - |
| YUV | 69.68 | 94.88 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 113 | 11 | 0.94 | 0 | 0.90 | 0.56 | 122.26 | 0.88 | 0.24 |
| Hex | 7 | 71 | B | 5E | 0 | 5A | 38 | 7A | 58 | 18 |
| Octal | 7 | 161 | 13 | 136 | 0 | 132 | 70 | 172 | 130 | 30 |
| Binary | 111 | 1110001 | 1011 | 1011110 | 0 | 1011010 | 111000 | 1111010 | 1011000 | 11000 |
Color Harmonies of #07710B
Complementary color
Monochromatic Colors of #07710B
Black with #07710B
Text Example
Text Example
White with #07710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07710B; }
p { color: rgb(7,113,11); }
H1.HeaderClassName
{
color: #07710B;
}
.AnyTagClassName
{
color: #07710B;
}
</style>
background-color css
<style>
a { background-color: #07710B; }
a { background-color: rgb(7,113,11); }
div.DivClassName
{
background-color: #07710B;
}
.BgClassName
{
background-color: #07710B;
}
</style>
border-color css
<style>
span { border-color: #07710B; }
span { border-color: rgb(7,113,11); }
td.TdClassName
{
border-color: #07710B;
}
.TagClassName
{
border-color: #07710B;
}
</style>