Shades of Myrtle #014607
Tints of Myrtle #014607
RGB
CMYK
RGB Variations
Color information
#014607 (or 0x014607) is known color: Myrtle. HEX triplet: 01, 46 and 07. RGB value is (1,70,7). Sum of RGB (Red+Green+Blue) = 1+70+7=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 70 (27.73% from 255 or 89.74% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 70 - color contains mainly: green. Hex color #014607 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014607 is #FEB9F8. Grayscale: #2A2A2A. Windows color (decimal): -16693753 or 476673. OLE color: 476673.
HSL color Cylindrical-coordinate representation of color #014607: hue angle of 125.22º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014607 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 7 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.73 |
| HSL | 125.22º | 0.97% | 0.14% | - |
| HSV(B) | 125.22º | 0.99% | 0.27% | - |
| XYZ | 2.24 | 4.4 | 0.93 | - |
| YUV | 42.19 | 108.14 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 7 | 0.99 | 0 | 0.90 | 0.73 | 125.22 | 0.97 | 0.14 |
| Hex | 1 | 46 | 7 | 63 | 0 | 5A | 49 | 7D | 61 | E |
| Octal | 1 | 106 | 7 | 143 | 0 | 132 | 111 | 175 | 141 | 16 |
| Binary | 1 | 1000110 | 111 | 1100011 | 0 | 1011010 | 1001001 | 1111101 | 1100001 | 1110 |
Color Harmonies of #014607
Complementary color
Monochromatic Colors of #014607
Black with #014607
Text Example
Text Example
White with #014607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014607; }
p { color: rgb(1,70,7); }
H1.HeaderClassName
{
color: #014607;
}
.AnyTagClassName
{
color: #014607;
}
</style>
background-color css
<style>
a { background-color: #014607; }
a { background-color: rgb(1,70,7); }
div.DivClassName
{
background-color: #014607;
}
.BgClassName
{
background-color: #014607;
}
</style>
border-color css
<style>
span { border-color: #014607; }
span { border-color: rgb(1,70,7); }
td.TdClassName
{
border-color: #014607;
}
.TagClassName
{
border-color: #014607;
}
</style>