Shades of Myrtle #015106
Tints of Myrtle #015106
RGB
CMYK
RGB Variations
Color information
#015106 (or 0x015106) is known color: Myrtle. HEX triplet: 01, 51 and 06. RGB value is (1,81,6). Sum of RGB (Red+Green+Blue) = 1+81+6=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 81 (32.03% from 255 or 92.05% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 81 - color contains mainly: green. Hex color #015106 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015106 is #FEAEF9. Grayscale: #303030. Windows color (decimal): -16690938 or 413953. OLE color: 413953.
HSL color Cylindrical-coordinate representation of color #015106: hue angle of 123.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015106 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 81 | 6 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.68 |
| HSL | 123.75º | 0.98% | 0.16% | - |
| HSV(B) | 123.75º | 0.99% | 0.32% | - |
| XYZ | 2.99 | 5.9 | 1.15 | - |
| YUV | 48.53 | 104 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 6 | 0.99 | 0 | 0.93 | 0.68 | 123.75 | 0.98 | 0.16 |
| Hex | 1 | 51 | 6 | 63 | 0 | 5D | 44 | 7C | 62 | 10 |
| Octal | 1 | 121 | 6 | 143 | 0 | 135 | 104 | 174 | 142 | 20 |
| Binary | 1 | 1010001 | 110 | 1100011 | 0 | 1011101 | 1000100 | 1111100 | 1100010 | 10000 |
Color Harmonies of #015106
Complementary color
Monochromatic Colors of #015106
Black with #015106
Text Example
Text Example
White with #015106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015106; }
p { color: rgb(1,81,6); }
H1.HeaderClassName
{
color: #015106;
}
.AnyTagClassName
{
color: #015106;
}
</style>
background-color css
<style>
a { background-color: #015106; }
a { background-color: rgb(1,81,6); }
div.DivClassName
{
background-color: #015106;
}
.BgClassName
{
background-color: #015106;
}
</style>
border-color css
<style>
span { border-color: #015106; }
span { border-color: rgb(1,81,6); }
td.TdClassName
{
border-color: #015106;
}
.TagClassName
{
border-color: #015106;
}
</style>