Shades of Myrtle #125514
Tints of Myrtle #125514
RGB
CMYK
RGB Variations
Color information
#125514 (or 0x125514) is known color: Myrtle. HEX triplet: 12, 55 and 14. RGB value is (18,85,20). Sum of RGB (Red+Green+Blue) = 18+85+20=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #125514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125514 is #EDAAEB. Grayscale: #393939. Windows color (decimal): -15575788 or 1332498. OLE color: 1332498.
HSL color Cylindrical-coordinate representation of color #125514: hue angle of 121.79º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125514 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 85 | 20 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.67 |
| HSL | 121.79º | 0.65% | 0.2% | - |
| HSV(B) | 121.79º | 0.79% | 0.33% | - |
| XYZ | 3.62 | 6.68 | 1.76 | - |
| YUV | 57.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 20 | 0.79 | 0 | 0.76 | 0.67 | 121.79 | 0.65 | 0.2 |
| Hex | 12 | 55 | 14 | 4F | 0 | 4C | 43 | 7A | 41 | 14 |
| Octal | 22 | 125 | 24 | 117 | 0 | 114 | 103 | 172 | 101 | 24 |
| Binary | 10010 | 1010101 | 10100 | 1001111 | 0 | 1001100 | 1000011 | 1111010 | 1000001 | 10100 |
Color Harmonies of #125514
Complementary color
Monochromatic Colors of #125514
Black with #125514
Text Example
Text Example
White with #125514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125514; }
p { color: rgb(18,85,20); }
H1.HeaderClassName
{
color: #125514;
}
.AnyTagClassName
{
color: #125514;
}
</style>
background-color css
<style>
a { background-color: #125514; }
a { background-color: rgb(18,85,20); }
div.DivClassName
{
background-color: #125514;
}
.BgClassName
{
background-color: #125514;
}
</style>
border-color css
<style>
span { border-color: #125514; }
span { border-color: rgb(18,85,20); }
td.TdClassName
{
border-color: #125514;
}
.TagClassName
{
border-color: #125514;
}
</style>