Shades of Myrtle #020701
Tints of Myrtle #020701
RGB
CMYK
RGB Variations
Color information
#020701 (or 0x020701) is known color: Myrtle. HEX triplet: 02, 07 and 01. RGB value is (2,7,1). Sum of RGB (Red+Green+Blue) = 2+7+1=10 (1% of max value = 765). Red value is 2 (1.17% from 255 or 20% from 10); Green value is 7 (3.12% from 255 or 70% from 10); Blue value is 1 (0.78% from 255 or 10% from 10); Max value from RGB is 7 - color contains mainly: green. Hex color #020701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020701 is #FDF8FE. Grayscale: #040404. Windows color (decimal): -16644351 or 67330. OLE color: 67330.
HSL color Cylindrical-coordinate representation of color #020701: hue angle of 110º degrees, saturation: 0.75, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #020701 is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 2 | 7 | 1 | - |
| CMYK | 0.71 | 0 | 0.86 | 0.97 |
| HSL | 110º | 0.75% | 0.02% | - |
| HSV(B) | 110º | 0.86% | 0.03% | - |
| XYZ | 0.11 | 0.17 | 0.06 | - |
| YUV | 4.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 1 | 0.71 | 0 | 0.86 | 0.97 | 110 | 0.75 | 0.02 |
| Hex | 2 | 7 | 1 | 47 | 0 | 56 | 61 | 6E | 4B | 2 |
| Octal | 2 | 7 | 1 | 107 | 0 | 126 | 141 | 156 | 113 | 2 |
| Binary | 10 | 111 | 1 | 1000111 | 0 | 1010110 | 1100001 | 1101110 | 1001011 | 10 |
Color Harmonies of #020701
Complementary color
Monochromatic Colors of #020701
Black with #020701
Text Example
Text Example
White with #020701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020701; }
p { color: rgb(2,7,1); }
H1.HeaderClassName
{
color: #020701;
}
.AnyTagClassName
{
color: #020701;
}
</style>
background-color css
<style>
a { background-color: #020701; }
a { background-color: rgb(2,7,1); }
div.DivClassName
{
background-color: #020701;
}
.BgClassName
{
background-color: #020701;
}
</style>
border-color css
<style>
span { border-color: #020701; }
span { border-color: rgb(2,7,1); }
td.TdClassName
{
border-color: #020701;
}
.TagClassName
{
border-color: #020701;
}
</style>