Shades of Myrtle #073705
Tints of Myrtle #073705
RGB
CMYK
RGB Variations
Color information
#073705 (or 0x073705) is known color: Myrtle. HEX triplet: 07, 37 and 05. RGB value is (7,55,5). Sum of RGB (Red+Green+Blue) = 7+55+5=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 55 (21.88% from 255 or 82.09% from 67); Blue value is 5 (2.34% from 255 or 7.46% from 67); Max value from RGB is 55 - color contains mainly: green. Hex color #073705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073705 is #F8C8FA. Grayscale: #232323. Windows color (decimal): -16304379 or 341767. OLE color: 341767.
HSL color Cylindrical-coordinate representation of color #073705: hue angle of 117.6º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073705 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 55 | 5 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.78 |
| HSL | 117.6º | 0.83% | 0.12% | - |
| HSV(B) | 117.6º | 0.91% | 0.22% | - |
| XYZ | 1.48 | 2.79 | 0.6 | - |
| YUV | 34.95 | 111.1 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 5 | 0.87 | 0 | 0.91 | 0.78 | 117.6 | 0.83 | 0.12 |
| Hex | 7 | 37 | 5 | 57 | 0 | 5B | 4E | 76 | 53 | C |
| Octal | 7 | 67 | 5 | 127 | 0 | 133 | 116 | 166 | 123 | 14 |
| Binary | 111 | 110111 | 101 | 1010111 | 0 | 1011011 | 1001110 | 1110110 | 1010011 | 1100 |
Color Harmonies of #073705
Complementary color
Monochromatic Colors of #073705
Black with #073705
Text Example
Text Example
White with #073705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073705; }
p { color: rgb(7,55,5); }
H1.HeaderClassName
{
color: #073705;
}
.AnyTagClassName
{
color: #073705;
}
</style>
background-color css
<style>
a { background-color: #073705; }
a { background-color: rgb(7,55,5); }
div.DivClassName
{
background-color: #073705;
}
.BgClassName
{
background-color: #073705;
}
</style>
border-color css
<style>
span { border-color: #073705; }
span { border-color: rgb(7,55,5); }
td.TdClassName
{
border-color: #073705;
}
.TagClassName
{
border-color: #073705;
}
</style>