Shades of Myrtle #073F09
Tints of Myrtle #073F09
RGB
CMYK
RGB Variations
Color information
#073F09 (or 0x073F09) is known color: Myrtle. HEX triplet: 07, 3F and 09. RGB value is (7,63,9). Sum of RGB (Red+Green+Blue) = 7+63+9=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 63 (25% from 255 or 79.75% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 63 - color contains mainly: green. Hex color #073F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073F09 is #F8C0F6. Grayscale: #282828. Windows color (decimal): -16302327 or 605959. OLE color: 605959.
HSL color Cylindrical-coordinate representation of color #073F09: hue angle of 122.14º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073F09 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 63 | 9 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.75 |
| HSL | 122.14º | 0.8% | 0.14% | - |
| HSV(B) | 122.14º | 0.89% | 0.25% | - |
| XYZ | 1.91 | 3.62 | 0.86 | - |
| YUV | 40.1 | 110.45 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 9 | 0.89 | 0 | 0.86 | 0.75 | 122.14 | 0.8 | 0.14 |
| Hex | 7 | 3F | 9 | 59 | 0 | 56 | 4B | 7A | 50 | E |
| Octal | 7 | 77 | 11 | 131 | 0 | 126 | 113 | 172 | 120 | 16 |
| Binary | 111 | 111111 | 1001 | 1011001 | 0 | 1010110 | 1001011 | 1111010 | 1010000 | 1110 |
Color Harmonies of #073F09
Complementary color
Monochromatic Colors of #073F09
Black with #073F09
Text Example
Text Example
White with #073F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073F09; }
p { color: rgb(7,63,9); }
H1.HeaderClassName
{
color: #073F09;
}
.AnyTagClassName
{
color: #073F09;
}
</style>
background-color css
<style>
a { background-color: #073F09; }
a { background-color: rgb(7,63,9); }
div.DivClassName
{
background-color: #073F09;
}
.BgClassName
{
background-color: #073F09;
}
</style>
border-color css
<style>
span { border-color: #073F09; }
span { border-color: rgb(7,63,9); }
td.TdClassName
{
border-color: #073F09;
}
.TagClassName
{
border-color: #073F09;
}
</style>