Shades of Myrtle #145507
Tints of Myrtle #145507
RGB
CMYK
RGB Variations
Color information
#145507 (or 0x145507) is known color: Myrtle. HEX triplet: 14, 55 and 07. RGB value is (20,85,7). Sum of RGB (Red+Green+Blue) = 20+85+7=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 85 (33.59% from 255 or 75.89% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 85 - color contains mainly: green. Hex color #145507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145507 is #EBAAF8. Grayscale: #383838. Windows color (decimal): -15444729 or 480532. OLE color: 480532.
HSL color Cylindrical-coordinate representation of color #145507: hue angle of 110º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145507 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 7 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.67 |
| HSL | 110º | 0.85% | 0.18% | - |
| HSV(B) | 110º | 0.92% | 0.33% | - |
| XYZ | 3.58 | 6.66 | 1.3 | - |
| YUV | 56.67 | 99.97 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 7 | 0.76 | 0 | 0.92 | 0.67 | 110 | 0.85 | 0.18 |
| Hex | 14 | 55 | 7 | 4C | 0 | 5C | 43 | 6E | 55 | 12 |
| Octal | 24 | 125 | 7 | 114 | 0 | 134 | 103 | 156 | 125 | 22 |
| Binary | 10100 | 1010101 | 111 | 1001100 | 0 | 1011100 | 1000011 | 1101110 | 1010101 | 10010 |
Color Harmonies of #145507
Complementary color
Monochromatic Colors of #145507
Black with #145507
Text Example
Text Example
White with #145507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145507; }
p { color: rgb(20,85,7); }
H1.HeaderClassName
{
color: #145507;
}
.AnyTagClassName
{
color: #145507;
}
</style>
background-color css
<style>
a { background-color: #145507; }
a { background-color: rgb(20,85,7); }
div.DivClassName
{
background-color: #145507;
}
.BgClassName
{
background-color: #145507;
}
</style>
border-color css
<style>
span { border-color: #145507; }
span { border-color: rgb(20,85,7); }
td.TdClassName
{
border-color: #145507;
}
.TagClassName
{
border-color: #145507;
}
</style>