Shades of Myrtle #125705
Tints of Myrtle #125705
RGB
CMYK
RGB Variations
Color information
#125705 (or 0x125705) is known color: Myrtle. HEX triplet: 12, 57 and 05. RGB value is (18,87,5). Sum of RGB (Red+Green+Blue) = 18+87+5=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 87 (34.38% from 255 or 79.09% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 87 - color contains mainly: green. Hex color #125705 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125705 is #EDA8FA. Grayscale: #393939. Windows color (decimal): -15575291 or 349970. OLE color: 349970.
HSL color Cylindrical-coordinate representation of color #125705: hue angle of 110.49º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #125705 is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 87 | 5 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.66 |
| HSL | 110.49º | 0.89% | 0.18% | - |
| HSV(B) | 110.49º | 0.94% | 0.34% | - |
| XYZ | 3.69 | 6.96 | 1.29 | - |
| YUV | 57.02 | 98.64 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 87 | 5 | 0.79 | 0 | 0.94 | 0.66 | 110.49 | 0.89 | 0.18 |
| Hex | 12 | 57 | 5 | 4F | 0 | 5E | 42 | 6E | 59 | 12 |
| Octal | 22 | 127 | 5 | 117 | 0 | 136 | 102 | 156 | 131 | 22 |
| Binary | 10010 | 1010111 | 101 | 1001111 | 0 | 1011110 | 1000010 | 1101110 | 1011001 | 10010 |
Color Harmonies of #125705
Complementary color
Monochromatic Colors of #125705
Black with #125705
Text Example
Text Example
White with #125705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125705; }
p { color: rgb(18,87,5); }
H1.HeaderClassName
{
color: #125705;
}
.AnyTagClassName
{
color: #125705;
}
</style>
background-color css
<style>
a { background-color: #125705; }
a { background-color: rgb(18,87,5); }
div.DivClassName
{
background-color: #125705;
}
.BgClassName
{
background-color: #125705;
}
</style>
border-color css
<style>
span { border-color: #125705; }
span { border-color: rgb(18,87,5); }
td.TdClassName
{
border-color: #125705;
}
.TagClassName
{
border-color: #125705;
}
</style>