Shades of Myrtle #014701
Tints of Myrtle #014701
RGB
CMYK
RGB Variations
Color information
#014701 (or 0x014701) is known color: Myrtle. HEX triplet: 01, 47 and 01. RGB value is (1,71,1). Sum of RGB (Red+Green+Blue) = 1+71+1=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 71 (28.12% from 255 or 97.26% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 71 - color contains mainly: green. Hex color #014701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014701 is #FEB8FE. Grayscale: #2A2A2A. Windows color (decimal): -16693503 or 83713. OLE color: 83713.
HSL color Cylindrical-coordinate representation of color #014701: hue angle of 120º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014701 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 71 | 1 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.72 |
| HSL | 120º | 0.97% | 0.14% | - |
| HSV(B) | 120º | 0.99% | 0.28% | - |
| XYZ | 2.27 | 4.52 | 0.78 | - |
| YUV | 42.09 | 104.81 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 1 | 0.99 | 0 | 0.99 | 0.72 | 120 | 0.97 | 0.14 |
| Hex | 1 | 47 | 1 | 63 | 0 | 63 | 48 | 78 | 61 | E |
| Octal | 1 | 107 | 1 | 143 | 0 | 143 | 110 | 170 | 141 | 16 |
| Binary | 1 | 1000111 | 1 | 1100011 | 0 | 1100011 | 1001000 | 1111000 | 1100001 | 1110 |
Color Harmonies of #014701
Complementary color
Monochromatic Colors of #014701
Black with #014701
Text Example
Text Example
White with #014701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014701; }
p { color: rgb(1,71,1); }
H1.HeaderClassName
{
color: #014701;
}
.AnyTagClassName
{
color: #014701;
}
</style>
background-color css
<style>
a { background-color: #014701; }
a { background-color: rgb(1,71,1); }
div.DivClassName
{
background-color: #014701;
}
.BgClassName
{
background-color: #014701;
}
</style>
border-color css
<style>
span { border-color: #014701; }
span { border-color: rgb(1,71,1); }
td.TdClassName
{
border-color: #014701;
}
.TagClassName
{
border-color: #014701;
}
</style>