Shades of Myrtle #073F0D
Tints of Myrtle #073F0D
RGB
CMYK
RGB Variations
Color information
#073F0D (or 0x073F0D) is known color: Myrtle. HEX triplet: 07, 3F and 0D. RGB value is (7,63,13). Sum of RGB (Red+Green+Blue) = 7+63+13=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 63 (25% from 255 or 75.90% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 63 - color contains mainly: green. Hex color #073F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073F0D is #F8C0F2. Grayscale: #282828. Windows color (decimal): -16302323 or 868103. OLE color: 868103.
HSL color Cylindrical-coordinate representation of color #073F0D: hue angle of 126.43º 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 #073F0D is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 63 | 13 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.75 |
| HSL | 126.43º | 0.8% | 0.14% | - |
| HSV(B) | 126.43º | 0.89% | 0.25% | - |
| XYZ | 1.94 | 3.63 | 0.98 | - |
| YUV | 40.56 | 112.45 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 13 | 0.89 | 0 | 0.79 | 0.75 | 126.43 | 0.8 | 0.14 |
| Hex | 7 | 3F | D | 59 | 0 | 4F | 4B | 7E | 50 | E |
| Octal | 7 | 77 | 15 | 131 | 0 | 117 | 113 | 176 | 120 | 16 |
| Binary | 111 | 111111 | 1101 | 1011001 | 0 | 1001111 | 1001011 | 1111110 | 1010000 | 1110 |
Color Harmonies of #073F0D
Complementary color
Monochromatic Colors of #073F0D
Black with #073F0D
Text Example
Text Example
White with #073F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073F0D; }
p { color: rgb(7,63,13); }
H1.HeaderClassName
{
color: #073F0D;
}
.AnyTagClassName
{
color: #073F0D;
}
</style>
background-color css
<style>
a { background-color: #073F0D; }
a { background-color: rgb(7,63,13); }
div.DivClassName
{
background-color: #073F0D;
}
.BgClassName
{
background-color: #073F0D;
}
</style>
border-color css
<style>
span { border-color: #073F0D; }
span { border-color: rgb(7,63,13); }
td.TdClassName
{
border-color: #073F0D;
}
.TagClassName
{
border-color: #073F0D;
}
</style>