Shades of Myrtle #014F0B
Tints of Myrtle #014F0B
RGB
CMYK
RGB Variations
Color information
#014F0B (or 0x014F0B) is known color: Myrtle. HEX triplet: 01, 4F and 0B. RGB value is (1,79,11). Sum of RGB (Red+Green+Blue) = 1+79+11=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 79 (31.25% from 255 or 86.81% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 79 - color contains mainly: green. Hex color #014F0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014F0B is #FEB0F4. Grayscale: #303030. Windows color (decimal): -16691445 or 741121. OLE color: 741121.
HSL color Cylindrical-coordinate representation of color #014F0B: hue angle of 127.69º 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 #014F0B is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 79 | 11 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.69 |
| HSL | 127.69º | 0.98% | 0.16% | - |
| HSV(B) | 127.69º | 0.99% | 0.31% | - |
| XYZ | 2.87 | 5.62 | 1.25 | - |
| YUV | 47.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 11 | 0.99 | 0 | 0.86 | 0.69 | 127.69 | 0.98 | 0.16 |
| Hex | 1 | 4F | B | 63 | 0 | 56 | 45 | 80 | 62 | 10 |
| Octal | 1 | 117 | 13 | 143 | 0 | 126 | 105 | 200 | 142 | 20 |
| Binary | 1 | 1001111 | 1011 | 1100011 | 0 | 1010110 | 1000101 | 10000000 | 1100010 | 10000 |
Color Harmonies of #014F0B
Complementary color
Monochromatic Colors of #014F0B
Black with #014F0B
Text Example
Text Example
White with #014F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F0B; }
p { color: rgb(1,79,11); }
H1.HeaderClassName
{
color: #014F0B;
}
.AnyTagClassName
{
color: #014F0B;
}
</style>
background-color css
<style>
a { background-color: #014F0B; }
a { background-color: rgb(1,79,11); }
div.DivClassName
{
background-color: #014F0B;
}
.BgClassName
{
background-color: #014F0B;
}
</style>
border-color css
<style>
span { border-color: #014F0B; }
span { border-color: rgb(1,79,11); }
td.TdClassName
{
border-color: #014F0B;
}
.TagClassName
{
border-color: #014F0B;
}
</style>