Shades of Myrtle #014307
Tints of Myrtle #014307
RGB
CMYK
RGB Variations
Color information
#014307 (or 0x014307) is known color: Myrtle. HEX triplet: 01, 43 and 07. RGB value is (1,67,7). Sum of RGB (Red+Green+Blue) = 1+67+7=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 67 (26.56% from 255 or 89.33% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 67 - color contains mainly: green. Hex color #014307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014307 is #FEBCF8. Grayscale: #282828. Windows color (decimal): -16694521 or 475905. OLE color: 475905.
HSL color Cylindrical-coordinate representation of color #014307: hue angle of 125.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014307 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 67 | 7 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.74 |
| HSL | 125.45º | 0.97% | 0.13% | - |
| HSV(B) | 125.45º | 0.99% | 0.26% | - |
| XYZ | 2.06 | 4.04 | 0.87 | - |
| YUV | 40.43 | 109.13 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 7 | 0.99 | 0 | 0.90 | 0.74 | 125.45 | 0.97 | 0.13 |
| Hex | 1 | 43 | 7 | 63 | 0 | 5A | 4A | 7D | 61 | D |
| Octal | 1 | 103 | 7 | 143 | 0 | 132 | 112 | 175 | 141 | 15 |
| Binary | 1 | 1000011 | 111 | 1100011 | 0 | 1011010 | 1001010 | 1111101 | 1100001 | 1101 |
Color Harmonies of #014307
Complementary color
Monochromatic Colors of #014307
Black with #014307
Text Example
Text Example
White with #014307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014307; }
p { color: rgb(1,67,7); }
H1.HeaderClassName
{
color: #014307;
}
.AnyTagClassName
{
color: #014307;
}
</style>
background-color css
<style>
a { background-color: #014307; }
a { background-color: rgb(1,67,7); }
div.DivClassName
{
background-color: #014307;
}
.BgClassName
{
background-color: #014307;
}
</style>
border-color css
<style>
span { border-color: #014307; }
span { border-color: rgb(1,67,7); }
td.TdClassName
{
border-color: #014307;
}
.TagClassName
{
border-color: #014307;
}
</style>