Shades of Myrtle #073105
Tints of Myrtle #073105
RGB
CMYK
RGB Variations
Color information
#073105 (or 0x073105) is known color: Myrtle. HEX triplet: 07, 31 and 05. RGB value is (7,49,5). Sum of RGB (Red+Green+Blue) = 7+49+5=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 49 (19.53% from 255 or 80.33% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 49 - color contains mainly: green. Hex color #073105 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073105 is #F8CEFA. Grayscale: #1F1F1F. Windows color (decimal): -16305915 or 340231. OLE color: 340231.
HSL color Cylindrical-coordinate representation of color #073105: hue angle of 117.27º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073105 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 49 | 5 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.81 |
| HSL | 117.27º | 0.81% | 0.11% | - |
| HSV(B) | 117.27º | 0.9% | 0.19% | - |
| XYZ | 1.21 | 2.25 | 0.51 | - |
| YUV | 31.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 5 | 0.86 | 0 | 0.90 | 0.81 | 117.27 | 0.81 | 0.11 |
| Hex | 7 | 31 | 5 | 56 | 0 | 5A | 51 | 75 | 51 | B |
| Octal | 7 | 61 | 5 | 126 | 0 | 132 | 121 | 165 | 121 | 13 |
| Binary | 111 | 110001 | 101 | 1010110 | 0 | 1011010 | 1010001 | 1110101 | 1010001 | 1011 |
Color Harmonies of #073105
Complementary color
Monochromatic Colors of #073105
Black with #073105
Text Example
Text Example
White with #073105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073105; }
p { color: rgb(7,49,5); }
H1.HeaderClassName
{
color: #073105;
}
.AnyTagClassName
{
color: #073105;
}
</style>
background-color css
<style>
a { background-color: #073105; }
a { background-color: rgb(7,49,5); }
div.DivClassName
{
background-color: #073105;
}
.BgClassName
{
background-color: #073105;
}
</style>
border-color css
<style>
span { border-color: #073105; }
span { border-color: rgb(7,49,5); }
td.TdClassName
{
border-color: #073105;
}
.TagClassName
{
border-color: #073105;
}
</style>