Shades of Myrtle #014F08
Tints of Myrtle #014F08
RGB
CMYK
RGB Variations
Color information
#014F08 (or 0x014F08) is known color: Myrtle. HEX triplet: 01, 4F and 08. RGB value is (1,79,8). Sum of RGB (Red+Green+Blue) = 1+79+8=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 79 (31.25% from 255 or 89.77% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 79 - color contains mainly: green. Hex color #014F08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014F08 is #FEB0F7. Grayscale: #2F2F2F. Windows color (decimal): -16691448 or 544513. OLE color: 544513.
HSL color Cylindrical-coordinate representation of color #014F08: hue angle of 125.38º 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 #014F08 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 79 | 8 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.69 |
| HSL | 125.38º | 0.98% | 0.16% | - |
| HSV(B) | 125.38º | 0.99% | 0.31% | - |
| XYZ | 2.85 | 5.62 | 1.16 | - |
| YUV | 47.58 | 105.66 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 8 | 0.99 | 0 | 0.90 | 0.69 | 125.38 | 0.98 | 0.16 |
| Hex | 1 | 4F | 8 | 63 | 0 | 5A | 45 | 7D | 62 | 10 |
| Octal | 1 | 117 | 10 | 143 | 0 | 132 | 105 | 175 | 142 | 20 |
| Binary | 1 | 1001111 | 1000 | 1100011 | 0 | 1011010 | 1000101 | 1111101 | 1100010 | 10000 |
Color Harmonies of #014F08
Complementary color
Monochromatic Colors of #014F08
Black with #014F08
Text Example
Text Example
White with #014F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F08; }
p { color: rgb(1,79,8); }
H1.HeaderClassName
{
color: #014F08;
}
.AnyTagClassName
{
color: #014F08;
}
</style>
background-color css
<style>
a { background-color: #014F08; }
a { background-color: rgb(1,79,8); }
div.DivClassName
{
background-color: #014F08;
}
.BgClassName
{
background-color: #014F08;
}
</style>
border-color css
<style>
span { border-color: #014F08; }
span { border-color: rgb(1,79,8); }
td.TdClassName
{
border-color: #014F08;
}
.TagClassName
{
border-color: #014F08;
}
</style>