Shades of Myrtle #01560D
Tints of Myrtle #01560D
RGB
CMYK
RGB Variations
Color information
#01560D (or 0x01560D) is known color: Myrtle. HEX triplet: 01, 56 and 0D. RGB value is (1,86,13). Sum of RGB (Red+Green+Blue) = 1+86+13=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 86 (33.98% from 255 or 86% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 86 - color contains mainly: green. Hex color #01560D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01560D is #FEA9F2. Grayscale: #343434. Windows color (decimal): -16689651 or 873985. OLE color: 873985.
HSL color Cylindrical-coordinate representation of color #01560D: hue angle of 128.47º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01560D is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 86 | 13 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.66 |
| HSL | 128.47º | 0.98% | 0.17% | - |
| HSV(B) | 128.47º | 0.99% | 0.34% | - |
| XYZ | 3.41 | 6.69 | 1.49 | - |
| YUV | 52.26 | 105.84 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 13 | 0.99 | 0 | 0.85 | 0.66 | 128.47 | 0.98 | 0.17 |
| Hex | 1 | 56 | D | 63 | 0 | 55 | 42 | 80 | 62 | 11 |
| Octal | 1 | 126 | 15 | 143 | 0 | 125 | 102 | 200 | 142 | 21 |
| Binary | 1 | 1010110 | 1101 | 1100011 | 0 | 1010101 | 1000010 | 10000000 | 1100010 | 10001 |
Color Harmonies of #01560D
Complementary color
Monochromatic Colors of #01560D
Black with #01560D
Text Example
Text Example
White with #01560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01560D; }
p { color: rgb(1,86,13); }
H1.HeaderClassName
{
color: #01560D;
}
.AnyTagClassName
{
color: #01560D;
}
</style>
background-color css
<style>
a { background-color: #01560D; }
a { background-color: rgb(1,86,13); }
div.DivClassName
{
background-color: #01560D;
}
.BgClassName
{
background-color: #01560D;
}
</style>
border-color css
<style>
span { border-color: #01560D; }
span { border-color: rgb(1,86,13); }
td.TdClassName
{
border-color: #01560D;
}
.TagClassName
{
border-color: #01560D;
}
</style>