Shades of Myrtle #145B06
Tints of Myrtle #145B06
RGB
CMYK
RGB Variations
Color information
#145B06 (or 0x145B06) is known color: Myrtle. HEX triplet: 14, 5B and 06. RGB value is (20,91,6). Sum of RGB (Red+Green+Blue) = 20+91+6=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 91 (35.94% from 255 or 77.78% from 117); Blue value is 6 (2.73% from 255 or 5.13% from 117); Max value from RGB is 91 - color contains mainly: green. Hex color #145B06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145B06 is #EBA4F9. Grayscale: #3C3C3C. Windows color (decimal): -15443194 or 416532. OLE color: 416532.
HSL color Cylindrical-coordinate representation of color #145B06: hue angle of 110.12º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #145B06 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 91 | 6 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.64 |
| HSL | 110.12º | 0.88% | 0.19% | - |
| HSV(B) | 110.12º | 0.93% | 0.36% | - |
| XYZ | 4.06 | 7.64 | 1.43 | - |
| YUV | 60.08 | 97.48 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 6 | 0.78 | 0 | 0.93 | 0.64 | 110.12 | 0.88 | 0.19 |
| Hex | 14 | 5B | 6 | 4E | 0 | 5D | 40 | 6E | 58 | 13 |
| Octal | 24 | 133 | 6 | 116 | 0 | 135 | 100 | 156 | 130 | 23 |
| Binary | 10100 | 1011011 | 110 | 1001110 | 0 | 1011101 | 1000000 | 1101110 | 1011000 | 10011 |
Color Harmonies of #145B06
Complementary color
Monochromatic Colors of #145B06
Black with #145B06
Text Example
Text Example
White with #145B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B06; }
p { color: rgb(20,91,6); }
H1.HeaderClassName
{
color: #145B06;
}
.AnyTagClassName
{
color: #145B06;
}
</style>
background-color css
<style>
a { background-color: #145B06; }
a { background-color: rgb(20,91,6); }
div.DivClassName
{
background-color: #145B06;
}
.BgClassName
{
background-color: #145B06;
}
</style>
border-color css
<style>
span { border-color: #145B06; }
span { border-color: rgb(20,91,6); }
td.TdClassName
{
border-color: #145B06;
}
.TagClassName
{
border-color: #145B06;
}
</style>