Shades of Green #07740F
Tints of Green #07740F
RGB
CMYK
RGB Variations
Color information
#07740F (or 0x07740F) is known color: Green. HEX triplet: 07, 74 and 0F. RGB value is (7,116,15). Sum of RGB (Red+Green+Blue) = 7+116+15=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 116 (45.70% from 255 or 84.06% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 116 - color contains mainly: green. Hex color #07740F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07740F is #F88BF0. Grayscale: #484848. Windows color (decimal): -16288753 or 1012743. OLE color: 1012743.
HSL color Cylindrical-coordinate representation of color #07740F: hue angle of 124.4º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07740F is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 116 | 15 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.55 |
| HSL | 124.4º | 0.89% | 0.24% | - |
| HSV(B) | 124.4º | 0.94% | 0.45% | - |
| XYZ | 6.42 | 12.57 | 2.54 | - |
| YUV | 71.9 | 95.89 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 116 | 15 | 0.94 | 0 | 0.87 | 0.55 | 124.4 | 0.89 | 0.24 |
| Hex | 7 | 74 | F | 5E | 0 | 57 | 37 | 7C | 59 | 18 |
| Octal | 7 | 164 | 17 | 136 | 0 | 127 | 67 | 174 | 131 | 30 |
| Binary | 111 | 1110100 | 1111 | 1011110 | 0 | 1010111 | 110111 | 1111100 | 1011001 | 11000 |
Color Harmonies of #07740F
Complementary color
Monochromatic Colors of #07740F
Black with #07740F
Text Example
Text Example
White with #07740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07740F; }
p { color: rgb(7,116,15); }
H1.HeaderClassName
{
color: #07740F;
}
.AnyTagClassName
{
color: #07740F;
}
</style>
background-color css
<style>
a { background-color: #07740F; }
a { background-color: rgb(7,116,15); }
div.DivClassName
{
background-color: #07740F;
}
.BgClassName
{
background-color: #07740F;
}
</style>
border-color css
<style>
span { border-color: #07740F; }
span { border-color: rgb(7,116,15); }
td.TdClassName
{
border-color: #07740F;
}
.TagClassName
{
border-color: #07740F;
}
</style>