Shades of Myrtle #071205
Tints of Myrtle #071205
RGB
CMYK
RGB Variations
Color information
#071205 (or 0x071205) is known color: Myrtle. HEX triplet: 07, 12 and 05. RGB value is (7,18,5). Sum of RGB (Red+Green+Blue) = 7+18+5=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 5 (2.34% from 255 or 16.67% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #071205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071205 is #F8EDFA. Grayscale: #0D0D0D. Windows color (decimal): -16313851 or 332295. OLE color: 332295.
HSL color Cylindrical-coordinate representation of color #071205: hue angle of 110.77º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #071205 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 18 | 5 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.93 |
| HSL | 110.77º | 0.57% | 0.05% | - |
| HSV(B) | 110.77º | 0.72% | 0.07% | - |
| XYZ | 0.33 | 0.49 | 0.22 | - |
| YUV | 13.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 5 | 0.61 | 0 | 0.72 | 0.93 | 110.77 | 0.57 | 0.05 |
| Hex | 7 | 12 | 5 | 3D | 0 | 48 | 5D | 6F | 39 | 5 |
| Octal | 7 | 22 | 5 | 75 | 0 | 110 | 135 | 157 | 71 | 5 |
| Binary | 111 | 10010 | 101 | 111101 | 0 | 1001000 | 1011101 | 1101111 | 111001 | 101 |
Color Harmonies of #071205
Complementary color
Monochromatic Colors of #071205
Black with #071205
Text Example
Text Example
White with #071205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071205; }
p { color: rgb(7,18,5); }
H1.HeaderClassName
{
color: #071205;
}
.AnyTagClassName
{
color: #071205;
}
</style>
background-color css
<style>
a { background-color: #071205; }
a { background-color: rgb(7,18,5); }
div.DivClassName
{
background-color: #071205;
}
.BgClassName
{
background-color: #071205;
}
</style>
border-color css
<style>
span { border-color: #071205; }
span { border-color: rgb(7,18,5); }
td.TdClassName
{
border-color: #071205;
}
.TagClassName
{
border-color: #071205;
}
</style>