Shades of Myrtle #073D09
Tints of Myrtle #073D09
RGB
CMYK
RGB Variations
Color information
#073D09 (or 0x073D09) is known color: Myrtle. HEX triplet: 07, 3D and 09. RGB value is (7,61,9). Sum of RGB (Red+Green+Blue) = 7+61+9=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 61 (24.22% from 255 or 79.22% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 61 - color contains mainly: green. Hex color #073D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073D09 is #F8C2F6. Grayscale: #272727. Windows color (decimal): -16302839 or 605447. OLE color: 605447.
HSL color Cylindrical-coordinate representation of color #073D09: hue angle of 122.22º 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 #073D09 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 61 | 9 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.76 |
| HSL | 122.22º | 0.79% | 0.13% | - |
| HSV(B) | 122.22º | 0.89% | 0.24% | - |
| XYZ | 1.81 | 3.4 | 0.82 | - |
| YUV | 38.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 9 | 0.89 | 0 | 0.85 | 0.76 | 122.22 | 0.79 | 0.13 |
| Hex | 7 | 3D | 9 | 59 | 0 | 55 | 4C | 7A | 4F | D |
| Octal | 7 | 75 | 11 | 131 | 0 | 125 | 114 | 172 | 117 | 15 |
| Binary | 111 | 111101 | 1001 | 1011001 | 0 | 1010101 | 1001100 | 1111010 | 1001111 | 1101 |
Color Harmonies of #073D09
Complementary color
Monochromatic Colors of #073D09
Black with #073D09
Text Example
Text Example
White with #073D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D09; }
p { color: rgb(7,61,9); }
H1.HeaderClassName
{
color: #073D09;
}
.AnyTagClassName
{
color: #073D09;
}
</style>
background-color css
<style>
a { background-color: #073D09; }
a { background-color: rgb(7,61,9); }
div.DivClassName
{
background-color: #073D09;
}
.BgClassName
{
background-color: #073D09;
}
</style>
border-color css
<style>
span { border-color: #073D09; }
span { border-color: rgb(7,61,9); }
td.TdClassName
{
border-color: #073D09;
}
.TagClassName
{
border-color: #073D09;
}
</style>