Shades of Myrtle #071D05
Tints of Myrtle #071D05
RGB
CMYK
RGB Variations
Color information
#071D05 (or 0x071D05) is known color: Myrtle. HEX triplet: 07, 1D and 05. RGB value is (7,29,5). Sum of RGB (Red+Green+Blue) = 7+29+5=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 29 (11.72% from 255 or 70.73% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 29 - color contains mainly: green. Hex color #071D05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071D05 is #F8E2FA. Grayscale: #131313. Windows color (decimal): -16311035 or 335111. OLE color: 335111.
HSL color Cylindrical-coordinate representation of color #071D05: hue angle of 115º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #071D05 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 29 | 5 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.89 |
| HSL | 115º | 0.71% | 0.07% | - |
| HSV(B) | 115º | 0.83% | 0.11% | - |
| XYZ | 0.55 | 0.93 | 0.29 | - |
| YUV | 19.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 5 | 0.76 | 0 | 0.83 | 0.89 | 115 | 0.71 | 0.07 |
| Hex | 7 | 1D | 5 | 4C | 0 | 53 | 59 | 73 | 47 | 7 |
| Octal | 7 | 35 | 5 | 114 | 0 | 123 | 131 | 163 | 107 | 7 |
| Binary | 111 | 11101 | 101 | 1001100 | 0 | 1010011 | 1011001 | 1110011 | 1000111 | 111 |
Color Harmonies of #071D05
Complementary color
Monochromatic Colors of #071D05
Black with #071D05
Text Example
Text Example
White with #071D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D05; }
p { color: rgb(7,29,5); }
H1.HeaderClassName
{
color: #071D05;
}
.AnyTagClassName
{
color: #071D05;
}
</style>
background-color css
<style>
a { background-color: #071D05; }
a { background-color: rgb(7,29,5); }
div.DivClassName
{
background-color: #071D05;
}
.BgClassName
{
background-color: #071D05;
}
</style>
border-color css
<style>
span { border-color: #071D05; }
span { border-color: rgb(7,29,5); }
td.TdClassName
{
border-color: #071D05;
}
.TagClassName
{
border-color: #071D05;
}
</style>