Shades of Green #07710D
Tints of Green #07710D
RGB
CMYK
RGB Variations
Color information
#07710D (or 0x07710D) is known color: Green. HEX triplet: 07, 71 and 0D. RGB value is (7,113,13). Sum of RGB (Red+Green+Blue) = 7+113+13=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 113 (44.53% from 255 or 84.96% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 113 - color contains mainly: green. Hex color #07710D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07710D is #F88EF2. Grayscale: #464646. Windows color (decimal): -16289523 or 880903. OLE color: 880903.
HSL color Cylindrical-coordinate representation of color #07710D: hue angle of 123.4º 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 #07710D is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 113 | 13 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.56 |
| HSL | 123.4º | 0.88% | 0.24% | - |
| HSV(B) | 123.4º | 0.94% | 0.44% | - |
| XYZ | 6.07 | 11.88 | 2.36 | - |
| YUV | 69.91 | 95.88 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 113 | 13 | 0.94 | 0 | 0.88 | 0.56 | 123.4 | 0.88 | 0.24 |
| Hex | 7 | 71 | D | 5E | 0 | 58 | 38 | 7B | 58 | 18 |
| Octal | 7 | 161 | 15 | 136 | 0 | 130 | 70 | 173 | 130 | 30 |
| Binary | 111 | 1110001 | 1101 | 1011110 | 0 | 1011000 | 111000 | 1111011 | 1011000 | 11000 |
Color Harmonies of #07710D
Complementary color
Monochromatic Colors of #07710D
Black with #07710D
Text Example
Text Example
White with #07710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07710D; }
p { color: rgb(7,113,13); }
H1.HeaderClassName
{
color: #07710D;
}
.AnyTagClassName
{
color: #07710D;
}
</style>
background-color css
<style>
a { background-color: #07710D; }
a { background-color: rgb(7,113,13); }
div.DivClassName
{
background-color: #07710D;
}
.BgClassName
{
background-color: #07710D;
}
</style>
border-color css
<style>
span { border-color: #07710D; }
span { border-color: rgb(7,113,13); }
td.TdClassName
{
border-color: #07710D;
}
.TagClassName
{
border-color: #07710D;
}
</style>