Shades of Myrtle #072000
Tints of Myrtle #072000
RGB
CMYK
RGB Variations
Color information
#072000 (or 0x072000) is known color: Myrtle. HEX triplet: 07, 20 and 00. RGB value is (7,32,0). Sum of RGB (Red+Green+Blue) = 7+32+0=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 32 (12.89% from 255 or 82.05% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 32 - color contains mainly: green. Hex color #072000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072000 is #F8DFFF. Grayscale: #141414. Windows color (decimal): -16310272 or 8199. OLE color: 8199.
HSL color Cylindrical-coordinate representation of color #072000: hue angle of 106.88º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #072000 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 32 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.87 |
| HSL | 106.88º | 1% | 0.06% | - |
| HSV(B) | 106.88º | 1% | 0.13% | - |
| XYZ | 0.6 | 1.08 | 0.18 | - |
| YUV | 20.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 0 | 0.78 | 0 | 1 | 0.87 | 106.88 | 1 | 0.06 |
| Hex | 7 | 20 | 0 | 4E | 0 | 64 | 57 | 6B | 64 | 6 |
| Octal | 7 | 40 | 0 | 116 | 0 | 144 | 127 | 153 | 144 | 6 |
| Binary | 111 | 100000 | 0 | 1001110 | 0 | 1100100 | 1010111 | 1101011 | 1100100 | 110 |
Color Harmonies of #072000
Complementary color
Monochromatic Colors of #072000
Black with #072000
Text Example
Text Example
White with #072000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072000; }
p { color: rgb(7,32,0); }
H1.HeaderClassName
{
color: #072000;
}
.AnyTagClassName
{
color: #072000;
}
</style>
background-color css
<style>
a { background-color: #072000; }
a { background-color: rgb(7,32,0); }
div.DivClassName
{
background-color: #072000;
}
.BgClassName
{
background-color: #072000;
}
</style>
border-color css
<style>
span { border-color: #072000; }
span { border-color: rgb(7,32,0); }
td.TdClassName
{
border-color: #072000;
}
.TagClassName
{
border-color: #072000;
}
</style>