Shades of Myrtle #071B00
Tints of Myrtle #071B00
RGB
CMYK
RGB Variations
Color information
#071B00 (or 0x071B00) is known color: Myrtle. HEX triplet: 07, 1B and 00. RGB value is (7,27,0). Sum of RGB (Red+Green+Blue) = 7+27+0=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 27 (10.94% from 255 or 79.41% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 27 - color contains mainly: green. Hex color #071B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071B00 is #F8E4FF. Grayscale: #121212. Windows color (decimal): -16311552 or 6919. OLE color: 6919.
HSL color Cylindrical-coordinate representation of color #071B00: hue angle of 104.44º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #071B00 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 27 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.89 |
| HSL | 104.44º | 1% | 0.05% | - |
| HSV(B) | 104.44º | 1% | 0.11% | - |
| XYZ | 0.48 | 0.83 | 0.13 | - |
| YUV | 17.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 0 | 0.74 | 0 | 1 | 0.89 | 104.44 | 1 | 0.05 |
| Hex | 7 | 1B | 0 | 4A | 0 | 64 | 59 | 68 | 64 | 5 |
| Octal | 7 | 33 | 0 | 112 | 0 | 144 | 131 | 150 | 144 | 5 |
| Binary | 111 | 11011 | 0 | 1001010 | 0 | 1100100 | 1011001 | 1101000 | 1100100 | 101 |
Color Harmonies of #071B00
Complementary color
Monochromatic Colors of #071B00
Black with #071B00
Text Example
Text Example
White with #071B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071B00; }
p { color: rgb(7,27,0); }
H1.HeaderClassName
{
color: #071B00;
}
.AnyTagClassName
{
color: #071B00;
}
</style>
background-color css
<style>
a { background-color: #071B00; }
a { background-color: rgb(7,27,0); }
div.DivClassName
{
background-color: #071B00;
}
.BgClassName
{
background-color: #071B00;
}
</style>
border-color css
<style>
span { border-color: #071B00; }
span { border-color: rgb(7,27,0); }
td.TdClassName
{
border-color: #071B00;
}
.TagClassName
{
border-color: #071B00;
}
</style>