Shades of Myrtle #073E09
Tints of Myrtle #073E09
RGB
CMYK
RGB Variations
Color information
#073E09 (or 0x073E09) is known color: Myrtle. HEX triplet: 07, 3E and 09. RGB value is (7,62,9). Sum of RGB (Red+Green+Blue) = 7+62+9=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 62 (24.61% from 255 or 79.49% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 62 - color contains mainly: green. Hex color #073E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073E09 is #F8C1F6. Grayscale: #272727. Windows color (decimal): -16302583 or 605703. OLE color: 605703.
HSL color Cylindrical-coordinate representation of color #073E09: hue angle of 122.18º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073E09 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 62 | 9 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.76 |
| HSL | 122.18º | 0.8% | 0.14% | - |
| HSV(B) | 122.18º | 0.89% | 0.24% | - |
| XYZ | 1.86 | 3.51 | 0.84 | - |
| YUV | 39.51 | 110.78 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 9 | 0.89 | 0 | 0.85 | 0.76 | 122.18 | 0.8 | 0.14 |
| Hex | 7 | 3E | 9 | 59 | 0 | 55 | 4C | 7A | 50 | E |
| Octal | 7 | 76 | 11 | 131 | 0 | 125 | 114 | 172 | 120 | 16 |
| Binary | 111 | 111110 | 1001 | 1011001 | 0 | 1010101 | 1001100 | 1111010 | 1010000 | 1110 |
Color Harmonies of #073E09
Complementary color
Monochromatic Colors of #073E09
Black with #073E09
Text Example
Text Example
White with #073E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E09; }
p { color: rgb(7,62,9); }
H1.HeaderClassName
{
color: #073E09;
}
.AnyTagClassName
{
color: #073E09;
}
</style>
background-color css
<style>
a { background-color: #073E09; }
a { background-color: rgb(7,62,9); }
div.DivClassName
{
background-color: #073E09;
}
.BgClassName
{
background-color: #073E09;
}
</style>
border-color css
<style>
span { border-color: #073E09; }
span { border-color: rgb(7,62,9); }
td.TdClassName
{
border-color: #073E09;
}
.TagClassName
{
border-color: #073E09;
}
</style>