Shades of Myrtle #146015
Tints of Myrtle #146015
RGB
CMYK
RGB Variations
Color information
#146015 (or 0x146015) is known color: Myrtle. HEX triplet: 14, 60 and 15. RGB value is (20,96,21). Sum of RGB (Red+Green+Blue) = 20+96+21=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 96 (37.89% from 255 or 70.07% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 96 - color contains mainly: green. Hex color #146015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146015 is #EB9FEA. Grayscale: #404040. Windows color (decimal): -15441899 or 1400852. OLE color: 1400852.
HSL color Cylindrical-coordinate representation of color #146015: hue angle of 120.79º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146015 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 96 | 21 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.62 |
| HSL | 120.79º | 0.66% | 0.23% | - |
| HSV(B) | 120.79º | 0.79% | 0.38% | - |
| XYZ | 4.61 | 8.57 | 2.12 | - |
| YUV | 64.73 | 103.32 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 21 | 0.79 | 0 | 0.78 | 0.62 | 120.79 | 0.66 | 0.23 |
| Hex | 14 | 60 | 15 | 4F | 0 | 4E | 3E | 79 | 42 | 17 |
| Octal | 24 | 140 | 25 | 117 | 0 | 116 | 76 | 171 | 102 | 27 |
| Binary | 10100 | 1100000 | 10101 | 1001111 | 0 | 1001110 | 111110 | 1111001 | 1000010 | 10111 |
Color Harmonies of #146015
Complementary color
Monochromatic Colors of #146015
Black with #146015
Text Example
Text Example
White with #146015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146015; }
p { color: rgb(20,96,21); }
H1.HeaderClassName
{
color: #146015;
}
.AnyTagClassName
{
color: #146015;
}
</style>
background-color css
<style>
a { background-color: #146015; }
a { background-color: rgb(20,96,21); }
div.DivClassName
{
background-color: #146015;
}
.BgClassName
{
background-color: #146015;
}
</style>
border-color css
<style>
span { border-color: #146015; }
span { border-color: rgb(20,96,21); }
td.TdClassName
{
border-color: #146015;
}
.TagClassName
{
border-color: #146015;
}
</style>