Shades of Myrtle #073D0E
Tints of Myrtle #073D0E
RGB
CMYK
RGB Variations
Color information
#073D0E (or 0x073D0E) is known color: Myrtle. HEX triplet: 07, 3D and 0E. RGB value is (7,61,14). Sum of RGB (Red+Green+Blue) = 7+61+14=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 61 (24.22% from 255 or 74.39% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 61 - color contains mainly: green. Hex color #073D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073D0E is #F8C2F1. Grayscale: #272727. Windows color (decimal): -16302834 or 933127. OLE color: 933127.
HSL color Cylindrical-coordinate representation of color #073D0E: hue angle of 127.78º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073D0E is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 61 | 14 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.76 |
| HSL | 127.78º | 0.79% | 0.13% | - |
| HSV(B) | 127.78º | 0.89% | 0.24% | - |
| XYZ | 1.84 | 3.41 | 0.98 | - |
| YUV | 39.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 14 | 0.89 | 0 | 0.77 | 0.76 | 127.78 | 0.79 | 0.13 |
| Hex | 7 | 3D | E | 59 | 0 | 4D | 4C | 80 | 4F | D |
| Octal | 7 | 75 | 16 | 131 | 0 | 115 | 114 | 200 | 117 | 15 |
| Binary | 111 | 111101 | 1110 | 1011001 | 0 | 1001101 | 1001100 | 10000000 | 1001111 | 1101 |
Color Harmonies of #073D0E
Complementary color
Monochromatic Colors of #073D0E
Black with #073D0E
Text Example
Text Example
White with #073D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D0E; }
p { color: rgb(7,61,14); }
H1.HeaderClassName
{
color: #073D0E;
}
.AnyTagClassName
{
color: #073D0E;
}
</style>
background-color css
<style>
a { background-color: #073D0E; }
a { background-color: rgb(7,61,14); }
div.DivClassName
{
background-color: #073D0E;
}
.BgClassName
{
background-color: #073D0E;
}
</style>
border-color css
<style>
span { border-color: #073D0E; }
span { border-color: rgb(7,61,14); }
td.TdClassName
{
border-color: #073D0E;
}
.TagClassName
{
border-color: #073D0E;
}
</style>