Shades of Green #07761D
Tints of Green #07761D
RGB
CMYK
RGB Variations
Color information
#07761D (or 0x07761D) is known color: Green. HEX triplet: 07, 76 and 1D. RGB value is (7,118,29). Sum of RGB (Red+Green+Blue) = 7+118+29=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 118 (46.48% from 255 or 76.62% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 118 - color contains mainly: green. Hex color #07761D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07761D is #F889E2. Grayscale: #4A4A4A. Windows color (decimal): -16288227 or 1930759. OLE color: 1930759.
HSL color Cylindrical-coordinate representation of color #07761D: hue angle of 131.89º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07761D is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 29 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.54 |
| HSL | 131.89º | 0.89% | 0.25% | - |
| HSV(B) | 131.89º | 0.94% | 0.46% | - |
| XYZ | 6.79 | 13.09 | 3.33 | - |
| YUV | 74.67 | 102.23 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 29 | 0.94 | 0 | 0.75 | 0.54 | 131.89 | 0.89 | 0.25 |
| Hex | 7 | 76 | 1D | 5E | 0 | 4B | 36 | 84 | 59 | 19 |
| Octal | 7 | 166 | 35 | 136 | 0 | 113 | 66 | 204 | 131 | 31 |
| Binary | 111 | 1110110 | 11101 | 1011110 | 0 | 1001011 | 110110 | 10000100 | 1011001 | 11001 |
Color Harmonies of #07761D
Complementary color
Monochromatic Colors of #07761D
Black with #07761D
Text Example
Text Example
White with #07761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07761D; }
p { color: rgb(7,118,29); }
H1.HeaderClassName
{
color: #07761D;
}
.AnyTagClassName
{
color: #07761D;
}
</style>
background-color css
<style>
a { background-color: #07761D; }
a { background-color: rgb(7,118,29); }
div.DivClassName
{
background-color: #07761D;
}
.BgClassName
{
background-color: #07761D;
}
</style>
border-color css
<style>
span { border-color: #07761D; }
span { border-color: rgb(7,118,29); }
td.TdClassName
{
border-color: #07761D;
}
.TagClassName
{
border-color: #07761D;
}
</style>