Shades of Myrtle #015007
Tints of Myrtle #015007
RGB
CMYK
RGB Variations
Color information
#015007 (or 0x015007) is known color: Myrtle. HEX triplet: 01, 50 and 07. RGB value is (1,80,7). Sum of RGB (Red+Green+Blue) = 1+80+7=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 80 (31.64% from 255 or 90.91% from 88); Blue value is 7 (3.12% from 255 or 7.95% from 88); Max value from RGB is 80 - color contains mainly: green. Hex color #015007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015007 is #FEAFF8. Grayscale: #303030. Windows color (decimal): -16691193 or 479233. OLE color: 479233.
HSL color Cylindrical-coordinate representation of color #015007: hue angle of 124.56º 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 #015007 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 80 | 7 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.69 |
| HSL | 124.56º | 0.98% | 0.16% | - |
| HSV(B) | 124.56º | 0.99% | 0.31% | - |
| XYZ | 2.92 | 5.76 | 1.16 | - |
| YUV | 48.06 | 104.83 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 7 | 0.99 | 0 | 0.91 | 0.69 | 124.56 | 0.98 | 0.16 |
| Hex | 1 | 50 | 7 | 63 | 0 | 5B | 45 | 7D | 62 | 10 |
| Octal | 1 | 120 | 7 | 143 | 0 | 133 | 105 | 175 | 142 | 20 |
| Binary | 1 | 1010000 | 111 | 1100011 | 0 | 1011011 | 1000101 | 1111101 | 1100010 | 10000 |
Color Harmonies of #015007
Complementary color
Monochromatic Colors of #015007
Black with #015007
Text Example
Text Example
White with #015007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015007; }
p { color: rgb(1,80,7); }
H1.HeaderClassName
{
color: #015007;
}
.AnyTagClassName
{
color: #015007;
}
</style>
background-color css
<style>
a { background-color: #015007; }
a { background-color: rgb(1,80,7); }
div.DivClassName
{
background-color: #015007;
}
.BgClassName
{
background-color: #015007;
}
</style>
border-color css
<style>
span { border-color: #015007; }
span { border-color: rgb(1,80,7); }
td.TdClassName
{
border-color: #015007;
}
.TagClassName
{
border-color: #015007;
}
</style>