Shades of Myrtle #074D0E
Tints of Myrtle #074D0E
RGB
CMYK
RGB Variations
Color information
#074D0E (or 0x074D0E) is known color: Myrtle. HEX triplet: 07, 4D and 0E. RGB value is (7,77,14). Sum of RGB (Red+Green+Blue) = 7+77+14=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 77 (30.47% from 255 or 78.57% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 77 - color contains mainly: green. Hex color #074D0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074D0E is #F8B2F1. Grayscale: #313131. Windows color (decimal): -16298738 or 937223. OLE color: 937223.
HSL color Cylindrical-coordinate representation of color #074D0E: hue angle of 126º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D0E is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 14 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.70 |
| HSL | 126º | 0.83% | 0.16% | - |
| HSV(B) | 126º | 0.91% | 0.3% | - |
| XYZ | 2.82 | 5.38 | 1.31 | - |
| YUV | 48.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 14 | 0.91 | 0 | 0.82 | 0.70 | 126 | 0.83 | 0.16 |
| Hex | 7 | 4D | E | 5B | 0 | 52 | 46 | 7E | 53 | 10 |
| Octal | 7 | 115 | 16 | 133 | 0 | 122 | 106 | 176 | 123 | 20 |
| Binary | 111 | 1001101 | 1110 | 1011011 | 0 | 1010010 | 1000110 | 1111110 | 1010011 | 10000 |
Color Harmonies of #074D0E
Complementary color
Monochromatic Colors of #074D0E
Black with #074D0E
Text Example
Text Example
White with #074D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D0E; }
p { color: rgb(7,77,14); }
H1.HeaderClassName
{
color: #074D0E;
}
.AnyTagClassName
{
color: #074D0E;
}
</style>
background-color css
<style>
a { background-color: #074D0E; }
a { background-color: rgb(7,77,14); }
div.DivClassName
{
background-color: #074D0E;
}
.BgClassName
{
background-color: #074D0E;
}
</style>
border-color css
<style>
span { border-color: #074D0E; }
span { border-color: rgb(7,77,14); }
td.TdClassName
{
border-color: #074D0E;
}
.TagClassName
{
border-color: #074D0E;
}
</style>