Shades of Myrtle #14600F
Tints of Myrtle #14600F
RGB
CMYK
RGB Variations
Color information
#14600F (or 0x14600F) is known color: Myrtle. HEX triplet: 14, 60 and 0F. RGB value is (20,96,15). Sum of RGB (Red+Green+Blue) = 20+96+15=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 96 (37.89% from 255 or 73.28% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 96 - color contains mainly: green. Hex color #14600F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14600F is #EB9FF0. Grayscale: #404040. Windows color (decimal): -15441905 or 1007636. OLE color: 1007636.
HSL color Cylindrical-coordinate representation of color #14600F: hue angle of 116.3º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14600F is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 96 | 15 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.62 |
| HSL | 116.3º | 0.73% | 0.22% | - |
| HSV(B) | 116.3º | 0.84% | 0.38% | - |
| XYZ | 4.56 | 8.55 | 1.86 | - |
| YUV | 64.04 | 100.32 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 15 | 0.79 | 0 | 0.84 | 0.62 | 116.3 | 0.73 | 0.22 |
| Hex | 14 | 60 | F | 4F | 0 | 54 | 3E | 74 | 49 | 16 |
| Octal | 24 | 140 | 17 | 117 | 0 | 124 | 76 | 164 | 111 | 26 |
| Binary | 10100 | 1100000 | 1111 | 1001111 | 0 | 1010100 | 111110 | 1110100 | 1001001 | 10110 |
Color Harmonies of #14600F
Complementary color
Monochromatic Colors of #14600F
Black with #14600F
Text Example
Text Example
White with #14600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14600F; }
p { color: rgb(20,96,15); }
H1.HeaderClassName
{
color: #14600F;
}
.AnyTagClassName
{
color: #14600F;
}
</style>
background-color css
<style>
a { background-color: #14600F; }
a { background-color: rgb(20,96,15); }
div.DivClassName
{
background-color: #14600F;
}
.BgClassName
{
background-color: #14600F;
}
</style>
border-color css
<style>
span { border-color: #14600F; }
span { border-color: rgb(20,96,15); }
td.TdClassName
{
border-color: #14600F;
}
.TagClassName
{
border-color: #14600F;
}
</style>