Shades of Green #07771D
Tints of Green #07771D
RGB
CMYK
RGB Variations
Color information
#07771D (or 0x07771D) is known color: Green. HEX triplet: 07, 77 and 1D. RGB value is (7,119,29). Sum of RGB (Red+Green+Blue) = 7+119+29=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 119 (46.88% from 255 or 76.77% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 119 - color contains mainly: green. Hex color #07771D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07771D is #F888E2. Grayscale: #4B4B4B. Windows color (decimal): -16287971 or 1931015. OLE color: 1931015.
HSL color Cylindrical-coordinate representation of color #07771D: hue angle of 131.79º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07771D is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 119 | 29 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.53 |
| HSL | 131.79º | 0.89% | 0.25% | - |
| HSV(B) | 131.79º | 0.94% | 0.47% | - |
| XYZ | 6.91 | 13.33 | 3.37 | - |
| YUV | 75.25 | 101.89 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 29 | 0.94 | 0 | 0.76 | 0.53 | 131.79 | 0.89 | 0.25 |
| Hex | 7 | 77 | 1D | 5E | 0 | 4C | 35 | 84 | 59 | 19 |
| Octal | 7 | 167 | 35 | 136 | 0 | 114 | 65 | 204 | 131 | 31 |
| Binary | 111 | 1110111 | 11101 | 1011110 | 0 | 1001100 | 110101 | 10000100 | 1011001 | 11001 |
Color Harmonies of #07771D
Complementary color
Monochromatic Colors of #07771D
Black with #07771D
Text Example
Text Example
White with #07771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07771D; }
p { color: rgb(7,119,29); }
H1.HeaderClassName
{
color: #07771D;
}
.AnyTagClassName
{
color: #07771D;
}
</style>
background-color css
<style>
a { background-color: #07771D; }
a { background-color: rgb(7,119,29); }
div.DivClassName
{
background-color: #07771D;
}
.BgClassName
{
background-color: #07771D;
}
</style>
border-color css
<style>
span { border-color: #07771D; }
span { border-color: rgb(7,119,29); }
td.TdClassName
{
border-color: #07771D;
}
.TagClassName
{
border-color: #07771D;
}
</style>