Shades of Myrtle #145207
Tints of Myrtle #145207
RGB
CMYK
RGB Variations
Color information
#145207 (or 0x145207) is known color: Myrtle. HEX triplet: 14, 52 and 07. RGB value is (20,82,7). Sum of RGB (Red+Green+Blue) = 20+82+7=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 82 (32.42% from 255 or 75.23% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 82 - color contains mainly: green. Hex color #145207 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145207 is #EBADF8. Grayscale: #373737. Windows color (decimal): -15445497 or 479764. OLE color: 479764.
HSL color Cylindrical-coordinate representation of color #145207: hue angle of 109.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145207 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 82 | 7 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.68 |
| HSL | 109.6º | 0.84% | 0.17% | - |
| HSV(B) | 109.6º | 0.91% | 0.32% | - |
| XYZ | 3.34 | 6.2 | 1.22 | - |
| YUV | 54.91 | 100.96 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 7 | 0.76 | 0 | 0.91 | 0.68 | 109.6 | 0.84 | 0.17 |
| Hex | 14 | 52 | 7 | 4C | 0 | 5B | 44 | 6E | 54 | 11 |
| Octal | 24 | 122 | 7 | 114 | 0 | 133 | 104 | 156 | 124 | 21 |
| Binary | 10100 | 1010010 | 111 | 1001100 | 0 | 1011011 | 1000100 | 1101110 | 1010100 | 10001 |
Color Harmonies of #145207
Complementary color
Monochromatic Colors of #145207
Black with #145207
Text Example
Text Example
White with #145207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145207; }
p { color: rgb(20,82,7); }
H1.HeaderClassName
{
color: #145207;
}
.AnyTagClassName
{
color: #145207;
}
</style>
background-color css
<style>
a { background-color: #145207; }
a { background-color: rgb(20,82,7); }
div.DivClassName
{
background-color: #145207;
}
.BgClassName
{
background-color: #145207;
}
</style>
border-color css
<style>
span { border-color: #145207; }
span { border-color: rgb(20,82,7); }
td.TdClassName
{
border-color: #145207;
}
.TagClassName
{
border-color: #145207;
}
</style>