Shades of Myrtle #145F0C
Tints of Myrtle #145F0C
RGB
CMYK
RGB Variations
Color information
#145F0C (or 0x145F0C) is known color: Myrtle. HEX triplet: 14, 5F and 0C. RGB value is (20,95,12). Sum of RGB (Red+Green+Blue) = 20+95+12=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 95 (37.5% from 255 or 74.80% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 95 - color contains mainly: green. Hex color #145F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145F0C is #EBA0F3. Grayscale: #3F3F3F. Windows color (decimal): -15442164 or 810772. OLE color: 810772.
HSL color Cylindrical-coordinate representation of color #145F0C: hue angle of 114.22º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #145F0C is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 95 | 12 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.63 |
| HSL | 114.22º | 0.78% | 0.21% | - |
| HSV(B) | 114.22º | 0.87% | 0.37% | - |
| XYZ | 4.45 | 8.36 | 1.73 | - |
| YUV | 63.11 | 99.15 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 12 | 0.79 | 0 | 0.87 | 0.63 | 114.22 | 0.78 | 0.21 |
| Hex | 14 | 5F | C | 4F | 0 | 57 | 3F | 72 | 4E | 15 |
| Octal | 24 | 137 | 14 | 117 | 0 | 127 | 77 | 162 | 116 | 25 |
| Binary | 10100 | 1011111 | 1100 | 1001111 | 0 | 1010111 | 111111 | 1110010 | 1001110 | 10101 |
Color Harmonies of #145F0C
Complementary color
Monochromatic Colors of #145F0C
Black with #145F0C
Text Example
Text Example
White with #145F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F0C; }
p { color: rgb(20,95,12); }
H1.HeaderClassName
{
color: #145F0C;
}
.AnyTagClassName
{
color: #145F0C;
}
</style>
background-color css
<style>
a { background-color: #145F0C; }
a { background-color: rgb(20,95,12); }
div.DivClassName
{
background-color: #145F0C;
}
.BgClassName
{
background-color: #145F0C;
}
</style>
border-color css
<style>
span { border-color: #145F0C; }
span { border-color: rgb(20,95,12); }
td.TdClassName
{
border-color: #145F0C;
}
.TagClassName
{
border-color: #145F0C;
}
</style>