Shades of Myrtle #073C05
Tints of Myrtle #073C05
RGB
CMYK
RGB Variations
Color information
#073C05 (or 0x073C05) is known color: Myrtle. HEX triplet: 07, 3C and 05. RGB value is (7,60,5). Sum of RGB (Red+Green+Blue) = 7+60+5=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 60 (23.83% from 255 or 83.33% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 60 - color contains mainly: green. Hex color #073C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073C05 is #F8C3FA. Grayscale: #262626. Windows color (decimal): -16303099 or 343047. OLE color: 343047.
HSL color Cylindrical-coordinate representation of color #073C05: hue angle of 117.82º 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 #073C05 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 5 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.76 |
| HSL | 117.82º | 0.85% | 0.13% | - |
| HSV(B) | 117.82º | 0.92% | 0.24% | - |
| XYZ | 1.73 | 3.29 | 0.69 | - |
| YUV | 37.88 | 109.44 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 5 | 0.88 | 0 | 0.92 | 0.76 | 117.82 | 0.85 | 0.13 |
| Hex | 7 | 3C | 5 | 58 | 0 | 5C | 4C | 76 | 55 | D |
| Octal | 7 | 74 | 5 | 130 | 0 | 134 | 114 | 166 | 125 | 15 |
| Binary | 111 | 111100 | 101 | 1011000 | 0 | 1011100 | 1001100 | 1110110 | 1010101 | 1101 |
Color Harmonies of #073C05
Complementary color
Monochromatic Colors of #073C05
Black with #073C05
Text Example
Text Example
White with #073C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C05; }
p { color: rgb(7,60,5); }
H1.HeaderClassName
{
color: #073C05;
}
.AnyTagClassName
{
color: #073C05;
}
</style>
background-color css
<style>
a { background-color: #073C05; }
a { background-color: rgb(7,60,5); }
div.DivClassName
{
background-color: #073C05;
}
.BgClassName
{
background-color: #073C05;
}
</style>
border-color css
<style>
span { border-color: #073C05; }
span { border-color: rgb(7,60,5); }
td.TdClassName
{
border-color: #073C05;
}
.TagClassName
{
border-color: #073C05;
}
</style>