Shades of Myrtle #014E08
Tints of Myrtle #014E08
RGB
CMYK
RGB Variations
Color information
#014E08 (or 0x014E08) is known color: Myrtle. HEX triplet: 01, 4E and 08. RGB value is (1,78,8). Sum of RGB (Red+Green+Blue) = 1+78+8=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 78 (30.86% from 255 or 89.66% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 78 - color contains mainly: green. Hex color #014E08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014E08 is #FEB1F7. Grayscale: #2F2F2F. Windows color (decimal): -16691704 or 544257. OLE color: 544257.
HSL color Cylindrical-coordinate representation of color #014E08: hue angle of 125.45º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E08 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 78 | 8 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.69 |
| HSL | 125.45º | 0.97% | 0.15% | - |
| HSV(B) | 125.45º | 0.99% | 0.31% | - |
| XYZ | 2.78 | 5.47 | 1.14 | - |
| YUV | 47 | 105.99 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 8 | 0.99 | 0 | 0.90 | 0.69 | 125.45 | 0.97 | 0.15 |
| Hex | 1 | 4E | 8 | 63 | 0 | 5A | 45 | 7D | 61 | F |
| Octal | 1 | 116 | 10 | 143 | 0 | 132 | 105 | 175 | 141 | 17 |
| Binary | 1 | 1001110 | 1000 | 1100011 | 0 | 1011010 | 1000101 | 1111101 | 1100001 | 1111 |
Color Harmonies of #014E08
Complementary color
Monochromatic Colors of #014E08
Black with #014E08
Text Example
Text Example
White with #014E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E08; }
p { color: rgb(1,78,8); }
H1.HeaderClassName
{
color: #014E08;
}
.AnyTagClassName
{
color: #014E08;
}
</style>
background-color css
<style>
a { background-color: #014E08; }
a { background-color: rgb(1,78,8); }
div.DivClassName
{
background-color: #014E08;
}
.BgClassName
{
background-color: #014E08;
}
</style>
border-color css
<style>
span { border-color: #014E08; }
span { border-color: rgb(1,78,8); }
td.TdClassName
{
border-color: #014E08;
}
.TagClassName
{
border-color: #014E08;
}
</style>