Shades of Myrtle #01500A
Tints of Myrtle #01500A
RGB
CMYK
RGB Variations
Color information
#01500A (or 0x01500A) is known color: Myrtle. HEX triplet: 01, 50 and 0A. RGB value is (1,80,10). Sum of RGB (Red+Green+Blue) = 1+80+10=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 80 (31.64% from 255 or 87.91% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 80 - color contains mainly: green. Hex color #01500A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01500A is #FEAFF5. Grayscale: #303030. Windows color (decimal): -16691190 or 675841. OLE color: 675841.
HSL color Cylindrical-coordinate representation of color #01500A: hue angle of 126.84º 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 #01500A is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 80 | 10 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.69 |
| HSL | 126.84º | 0.98% | 0.16% | - |
| HSV(B) | 126.84º | 0.99% | 0.31% | - |
| XYZ | 2.94 | 5.77 | 1.25 | - |
| YUV | 48.4 | 106.33 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 10 | 0.99 | 0 | 0.87 | 0.69 | 126.84 | 0.98 | 0.16 |
| Hex | 1 | 50 | A | 63 | 0 | 57 | 45 | 7F | 62 | 10 |
| Octal | 1 | 120 | 12 | 143 | 0 | 127 | 105 | 177 | 142 | 20 |
| Binary | 1 | 1010000 | 1010 | 1100011 | 0 | 1010111 | 1000101 | 1111111 | 1100010 | 10000 |
Color Harmonies of #01500A
Complementary color
Monochromatic Colors of #01500A
Black with #01500A
Text Example
Text Example
White with #01500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01500A; }
p { color: rgb(1,80,10); }
H1.HeaderClassName
{
color: #01500A;
}
.AnyTagClassName
{
color: #01500A;
}
</style>
background-color css
<style>
a { background-color: #01500A; }
a { background-color: rgb(1,80,10); }
div.DivClassName
{
background-color: #01500A;
}
.BgClassName
{
background-color: #01500A;
}
</style>
border-color css
<style>
span { border-color: #01500A; }
span { border-color: rgb(1,80,10); }
td.TdClassName
{
border-color: #01500A;
}
.TagClassName
{
border-color: #01500A;
}
</style>