Shades of Green #07760D
Tints of Green #07760D
RGB
CMYK
RGB Variations
Color information
#07760D (or 0x07760D) is known color: Green. HEX triplet: 07, 76 and 0D. RGB value is (7,118,13). Sum of RGB (Red+Green+Blue) = 7+118+13=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 118 (46.48% from 255 or 85.51% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 118 - color contains mainly: green. Hex color #07760D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07760D is #F889F2. Grayscale: #494949. Windows color (decimal): -16288243 or 882183. OLE color: 882183.
HSL color Cylindrical-coordinate representation of color #07760D: hue angle of 123.24º 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 #07760D is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 13 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.54 |
| HSL | 123.24º | 0.89% | 0.25% | - |
| HSV(B) | 123.24º | 0.94% | 0.46% | - |
| XYZ | 6.64 | 13.03 | 2.55 | - |
| YUV | 72.84 | 94.23 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 13 | 0.94 | 0 | 0.89 | 0.54 | 123.24 | 0.89 | 0.25 |
| Hex | 7 | 76 | D | 5E | 0 | 59 | 36 | 7B | 59 | 19 |
| Octal | 7 | 166 | 15 | 136 | 0 | 131 | 66 | 173 | 131 | 31 |
| Binary | 111 | 1110110 | 1101 | 1011110 | 0 | 1011001 | 110110 | 1111011 | 1011001 | 11001 |
Color Harmonies of #07760D
Complementary color
Monochromatic Colors of #07760D
Black with #07760D
Text Example
Text Example
White with #07760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07760D; }
p { color: rgb(7,118,13); }
H1.HeaderClassName
{
color: #07760D;
}
.AnyTagClassName
{
color: #07760D;
}
</style>
background-color css
<style>
a { background-color: #07760D; }
a { background-color: rgb(7,118,13); }
div.DivClassName
{
background-color: #07760D;
}
.BgClassName
{
background-color: #07760D;
}
</style>
border-color css
<style>
span { border-color: #07760D; }
span { border-color: rgb(7,118,13); }
td.TdClassName
{
border-color: #07760D;
}
.TagClassName
{
border-color: #07760D;
}
</style>