Shades of Green #07761A
Tints of Green #07761A
RGB
CMYK
RGB Variations
Color information
#07761A (or 0x07761A) is known color: Green. HEX triplet: 07, 76 and 1A. RGB value is (7,118,26). Sum of RGB (Red+Green+Blue) = 7+118+26=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 118 (46.48% from 255 or 78.15% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 118 - color contains mainly: green. Hex color #07761A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07761A is #F889E5. Grayscale: #4A4A4A. Windows color (decimal): -16288230 or 1734151. OLE color: 1734151.
HSL color Cylindrical-coordinate representation of color #07761A: hue angle of 130.27º 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 #07761A is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 26 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.54 |
| HSL | 130.27º | 0.89% | 0.25% | - |
| HSV(B) | 130.27º | 0.94% | 0.46% | - |
| XYZ | 6.75 | 13.08 | 3.15 | - |
| YUV | 74.32 | 100.73 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 26 | 0.94 | 0 | 0.78 | 0.54 | 130.27 | 0.89 | 0.25 |
| Hex | 7 | 76 | 1A | 5E | 0 | 4E | 36 | 82 | 59 | 19 |
| Octal | 7 | 166 | 32 | 136 | 0 | 116 | 66 | 202 | 131 | 31 |
| Binary | 111 | 1110110 | 11010 | 1011110 | 0 | 1001110 | 110110 | 10000010 | 1011001 | 11001 |
Color Harmonies of #07761A
Complementary color
Monochromatic Colors of #07761A
Black with #07761A
Text Example
Text Example
White with #07761A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07761A; }
p { color: rgb(7,118,26); }
H1.HeaderClassName
{
color: #07761A;
}
.AnyTagClassName
{
color: #07761A;
}
</style>
background-color css
<style>
a { background-color: #07761A; }
a { background-color: rgb(7,118,26); }
div.DivClassName
{
background-color: #07761A;
}
.BgClassName
{
background-color: #07761A;
}
</style>
border-color css
<style>
span { border-color: #07761A; }
span { border-color: rgb(7,118,26); }
td.TdClassName
{
border-color: #07761A;
}
.TagClassName
{
border-color: #07761A;
}
</style>