Shades of Myrtle #144E07
Tints of Myrtle #144E07
RGB
CMYK
RGB Variations
Color information
#144E07 (or 0x144E07) is known color: Myrtle. HEX triplet: 14, 4E and 07. RGB value is (20,78,7). Sum of RGB (Red+Green+Blue) = 20+78+7=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 78 (30.86% from 255 or 74.29% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 78 - color contains mainly: green. Hex color #144E07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #144E07 is #EBB1F8. Grayscale: #343434. Windows color (decimal): -15446521 or 478740. OLE color: 478740.
HSL color Cylindrical-coordinate representation of color #144E07: hue angle of 109.01º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144E07 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 78 | 7 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.69 |
| HSL | 109.01º | 0.84% | 0.17% | - |
| HSV(B) | 109.01º | 0.91% | 0.31% | - |
| XYZ | 3.05 | 5.61 | 1.12 | - |
| YUV | 52.56 | 102.28 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 7 | 0.74 | 0 | 0.91 | 0.69 | 109.01 | 0.84 | 0.17 |
| Hex | 14 | 4E | 7 | 4A | 0 | 5B | 45 | 6D | 54 | 11 |
| Octal | 24 | 116 | 7 | 112 | 0 | 133 | 105 | 155 | 124 | 21 |
| Binary | 10100 | 1001110 | 111 | 1001010 | 0 | 1011011 | 1000101 | 1101101 | 1010100 | 10001 |
Color Harmonies of #144E07
Complementary color
Monochromatic Colors of #144E07
Black with #144E07
Text Example
Text Example
White with #144E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E07; }
p { color: rgb(20,78,7); }
H1.HeaderClassName
{
color: #144E07;
}
.AnyTagClassName
{
color: #144E07;
}
</style>
background-color css
<style>
a { background-color: #144E07; }
a { background-color: rgb(20,78,7); }
div.DivClassName
{
background-color: #144E07;
}
.BgClassName
{
background-color: #144E07;
}
</style>
border-color css
<style>
span { border-color: #144E07; }
span { border-color: rgb(20,78,7); }
td.TdClassName
{
border-color: #144E07;
}
.TagClassName
{
border-color: #144E07;
}
</style>