Shades of Myrtle #071900
Tints of Myrtle #071900
RGB
CMYK
RGB Variations
Color information
#071900 (or 0x071900) is known color: Myrtle. HEX triplet: 07, 19 and 00. RGB value is (7,25,0). Sum of RGB (Red+Green+Blue) = 7+25+0=32 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.88% from 32); Green value is 25 (10.16% from 255 or 78.12% from 32); Blue value is 0 (0.39% from 255 or 0% from 32); Max value from RGB is 25 - color contains mainly: green. Hex color #071900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071900 is #F8E6FF. Grayscale: #101010. Windows color (decimal): -16312064 or 6407. OLE color: 6407.
HSL color Cylindrical-coordinate representation of color #071900: hue angle of 103.2º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #071900 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 25 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.90 |
| HSL | 103.2º | 1% | 0.05% | - |
| HSV(B) | 103.2º | 1% | 0.1% | - |
| XYZ | 0.44 | 0.74 | 0.12 | - |
| YUV | 16.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 0 | 0.72 | 0 | 1 | 0.90 | 103.2 | 1 | 0.05 |
| Hex | 7 | 19 | 0 | 48 | 0 | 64 | 5A | 67 | 64 | 5 |
| Octal | 7 | 31 | 0 | 110 | 0 | 144 | 132 | 147 | 144 | 5 |
| Binary | 111 | 11001 | 0 | 1001000 | 0 | 1100100 | 1011010 | 1100111 | 1100100 | 101 |
Color Harmonies of #071900
Complementary color
Monochromatic Colors of #071900
Black with #071900
Text Example
Text Example
White with #071900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071900; }
p { color: rgb(7,25,0); }
H1.HeaderClassName
{
color: #071900;
}
.AnyTagClassName
{
color: #071900;
}
</style>
background-color css
<style>
a { background-color: #071900; }
a { background-color: rgb(7,25,0); }
div.DivClassName
{
background-color: #071900;
}
.BgClassName
{
background-color: #071900;
}
</style>
border-color css
<style>
span { border-color: #071900; }
span { border-color: rgb(7,25,0); }
td.TdClassName
{
border-color: #071900;
}
.TagClassName
{
border-color: #071900;
}
</style>