Shades of Myrtle #015006
Tints of Myrtle #015006
RGB
CMYK
RGB Variations
Color information
#015006 (or 0x015006) is known color: Myrtle. HEX triplet: 01, 50 and 06. RGB value is (1,80,6). Sum of RGB (Red+Green+Blue) = 1+80+6=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 80 (31.64% from 255 or 91.95% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 80 - color contains mainly: green. Hex color #015006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015006 is #FEAFF9. Grayscale: #303030. Windows color (decimal): -16691194 or 413697. OLE color: 413697.
HSL color Cylindrical-coordinate representation of color #015006: hue angle of 123.8º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015006 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 80 | 6 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.69 |
| HSL | 123.8º | 0.98% | 0.16% | - |
| HSV(B) | 123.8º | 0.99% | 0.31% | - |
| XYZ | 2.91 | 5.76 | 1.13 | - |
| YUV | 47.94 | 104.33 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 6 | 0.99 | 0 | 0.92 | 0.69 | 123.8 | 0.98 | 0.16 |
| Hex | 1 | 50 | 6 | 63 | 0 | 5C | 45 | 7C | 62 | 10 |
| Octal | 1 | 120 | 6 | 143 | 0 | 134 | 105 | 174 | 142 | 20 |
| Binary | 1 | 1010000 | 110 | 1100011 | 0 | 1011100 | 1000101 | 1111100 | 1100010 | 10000 |
Color Harmonies of #015006
Complementary color
Monochromatic Colors of #015006
Black with #015006
Text Example
Text Example
White with #015006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015006; }
p { color: rgb(1,80,6); }
H1.HeaderClassName
{
color: #015006;
}
.AnyTagClassName
{
color: #015006;
}
</style>
background-color css
<style>
a { background-color: #015006; }
a { background-color: rgb(1,80,6); }
div.DivClassName
{
background-color: #015006;
}
.BgClassName
{
background-color: #015006;
}
</style>
border-color css
<style>
span { border-color: #015006; }
span { border-color: rgb(1,80,6); }
td.TdClassName
{
border-color: #015006;
}
.TagClassName
{
border-color: #015006;
}
</style>