Shades of Myrtle #073A09
Tints of Myrtle #073A09
RGB
CMYK
RGB Variations
Color information
#073A09 (or 0x073A09) is known color: Myrtle. HEX triplet: 07, 3A and 09. RGB value is (7,58,9). Sum of RGB (Red+Green+Blue) = 7+58+9=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 58 (23.05% from 255 or 78.38% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 58 - color contains mainly: green. Hex color #073A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073A09 is #F8C5F6. Grayscale: #252525. Windows color (decimal): -16303607 or 604679. OLE color: 604679.
HSL color Cylindrical-coordinate representation of color #073A09: hue angle of 122.35º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073A09 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 58 | 9 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.77 |
| HSL | 122.35º | 0.78% | 0.13% | - |
| HSV(B) | 122.35º | 0.88% | 0.23% | - |
| XYZ | 1.65 | 3.09 | 0.77 | - |
| YUV | 37.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 9 | 0.88 | 0 | 0.84 | 0.77 | 122.35 | 0.78 | 0.13 |
| Hex | 7 | 3A | 9 | 58 | 0 | 54 | 4D | 7A | 4E | D |
| Octal | 7 | 72 | 11 | 130 | 0 | 124 | 115 | 172 | 116 | 15 |
| Binary | 111 | 111010 | 1001 | 1011000 | 0 | 1010100 | 1001101 | 1111010 | 1001110 | 1101 |
Color Harmonies of #073A09
Complementary color
Monochromatic Colors of #073A09
Black with #073A09
Text Example
Text Example
White with #073A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A09; }
p { color: rgb(7,58,9); }
H1.HeaderClassName
{
color: #073A09;
}
.AnyTagClassName
{
color: #073A09;
}
</style>
background-color css
<style>
a { background-color: #073A09; }
a { background-color: rgb(7,58,9); }
div.DivClassName
{
background-color: #073A09;
}
.BgClassName
{
background-color: #073A09;
}
</style>
border-color css
<style>
span { border-color: #073A09; }
span { border-color: rgb(7,58,9); }
td.TdClassName
{
border-color: #073A09;
}
.TagClassName
{
border-color: #073A09;
}
</style>