Shades of Myrtle #073E05
Tints of Myrtle #073E05
RGB
CMYK
RGB Variations
Color information
#073E05 (or 0x073E05) is known color: Myrtle. HEX triplet: 07, 3E and 05. RGB value is (7,62,5). Sum of RGB (Red+Green+Blue) = 7+62+5=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 62 (24.61% from 255 or 83.78% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 62 - color contains mainly: green. Hex color #073E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073E05 is #F8C1FA. Grayscale: #272727. Windows color (decimal): -16302587 or 343559. OLE color: 343559.
HSL color Cylindrical-coordinate representation of color #073E05: hue angle of 117.89º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073E05 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 62 | 5 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.76 |
| HSL | 117.89º | 0.85% | 0.13% | - |
| HSV(B) | 117.89º | 0.92% | 0.24% | - |
| XYZ | 1.84 | 3.5 | 0.72 | - |
| YUV | 39.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 5 | 0.89 | 0 | 0.92 | 0.76 | 117.89 | 0.85 | 0.13 |
| Hex | 7 | 3E | 5 | 59 | 0 | 5C | 4C | 76 | 55 | D |
| Octal | 7 | 76 | 5 | 131 | 0 | 134 | 114 | 166 | 125 | 15 |
| Binary | 111 | 111110 | 101 | 1011001 | 0 | 1011100 | 1001100 | 1110110 | 1010101 | 1101 |
Color Harmonies of #073E05
Complementary color
Monochromatic Colors of #073E05
Black with #073E05
Text Example
Text Example
White with #073E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E05; }
p { color: rgb(7,62,5); }
H1.HeaderClassName
{
color: #073E05;
}
.AnyTagClassName
{
color: #073E05;
}
</style>
background-color css
<style>
a { background-color: #073E05; }
a { background-color: rgb(7,62,5); }
div.DivClassName
{
background-color: #073E05;
}
.BgClassName
{
background-color: #073E05;
}
</style>
border-color css
<style>
span { border-color: #073E05; }
span { border-color: rgb(7,62,5); }
td.TdClassName
{
border-color: #073E05;
}
.TagClassName
{
border-color: #073E05;
}
</style>