Shades of Myrtle #145A06
Tints of Myrtle #145A06
RGB
CMYK
RGB Variations
Color information
#145A06 (or 0x145A06) is known color: Myrtle. HEX triplet: 14, 5A and 06. RGB value is (20,90,6). Sum of RGB (Red+Green+Blue) = 20+90+6=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 90 (35.55% from 255 or 77.59% from 116); Blue value is 6 (2.73% from 255 or 5.17% from 116); Max value from RGB is 90 - color contains mainly: green. Hex color #145A06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145A06 is #EBA5F9. Grayscale: #3B3B3B. Windows color (decimal): -15443450 or 416276. OLE color: 416276.
HSL color Cylindrical-coordinate representation of color #145A06: hue angle of 110º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #145A06 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 90 | 6 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.65 |
| HSL | 110º | 0.88% | 0.19% | - |
| HSV(B) | 110º | 0.93% | 0.35% | - |
| XYZ | 3.98 | 7.47 | 1.41 | - |
| YUV | 59.49 | 97.81 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 6 | 0.78 | 0 | 0.93 | 0.65 | 110 | 0.88 | 0.19 |
| Hex | 14 | 5A | 6 | 4E | 0 | 5D | 41 | 6E | 58 | 13 |
| Octal | 24 | 132 | 6 | 116 | 0 | 135 | 101 | 156 | 130 | 23 |
| Binary | 10100 | 1011010 | 110 | 1001110 | 0 | 1011101 | 1000001 | 1101110 | 1011000 | 10011 |
Color Harmonies of #145A06
Complementary color
Monochromatic Colors of #145A06
Black with #145A06
Text Example
Text Example
White with #145A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145A06; }
p { color: rgb(20,90,6); }
H1.HeaderClassName
{
color: #145A06;
}
.AnyTagClassName
{
color: #145A06;
}
</style>
background-color css
<style>
a { background-color: #145A06; }
a { background-color: rgb(20,90,6); }
div.DivClassName
{
background-color: #145A06;
}
.BgClassName
{
background-color: #145A06;
}
</style>
border-color css
<style>
span { border-color: #145A06; }
span { border-color: rgb(20,90,6); }
td.TdClassName
{
border-color: #145A06;
}
.TagClassName
{
border-color: #145A06;
}
</style>