Shades of Myrtle #071204
Tints of Myrtle #071204
RGB
CMYK
RGB Variations
Color information
#071204 (or 0x071204) is known color: Myrtle. HEX triplet: 07, 12 and 04. RGB value is (7,18,4). Sum of RGB (Red+Green+Blue) = 7+18+4=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 18 (7.42% from 255 or 62.07% from 29); Blue value is 4 (1.95% from 255 or 13.79% from 29); Max value from RGB is 18 - color contains mainly: green. Hex color #071204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071204 is #F8EDFB. Grayscale: #0D0D0D. Windows color (decimal): -16313852 or 266759. OLE color: 266759.
HSL color Cylindrical-coordinate representation of color #071204: hue angle of 107.14º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #071204 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 18 | 4 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.93 |
| HSL | 107.14º | 0.64% | 0.04% | - |
| HSV(B) | 107.14º | 0.78% | 0.07% | - |
| XYZ | 0.33 | 0.49 | 0.19 | - |
| YUV | 13.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 4 | 0.61 | 0 | 0.78 | 0.93 | 107.14 | 0.64 | 0.04 |
| Hex | 7 | 12 | 4 | 3D | 0 | 4E | 5D | 6B | 40 | 4 |
| Octal | 7 | 22 | 4 | 75 | 0 | 116 | 135 | 153 | 100 | 4 |
| Binary | 111 | 10010 | 100 | 111101 | 0 | 1001110 | 1011101 | 1101011 | 1000000 | 100 |
Color Harmonies of #071204
Complementary color
Monochromatic Colors of #071204
Black with #071204
Text Example
Text Example
White with #071204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071204; }
p { color: rgb(7,18,4); }
H1.HeaderClassName
{
color: #071204;
}
.AnyTagClassName
{
color: #071204;
}
</style>
background-color css
<style>
a { background-color: #071204; }
a { background-color: rgb(7,18,4); }
div.DivClassName
{
background-color: #071204;
}
.BgClassName
{
background-color: #071204;
}
</style>
border-color css
<style>
span { border-color: #071204; }
span { border-color: rgb(7,18,4); }
td.TdClassName
{
border-color: #071204;
}
.TagClassName
{
border-color: #071204;
}
</style>