Shades of Myrtle #125607
Tints of Myrtle #125607
RGB
CMYK
RGB Variations
Color information
#125607 (or 0x125607) is known color: Myrtle. HEX triplet: 12, 56 and 07. RGB value is (18,86,7). Sum of RGB (Red+Green+Blue) = 18+86+7=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 86 (33.98% from 255 or 77.48% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 86 - color contains mainly: green. Hex color #125607 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125607 is #EDA9F8. Grayscale: #383838. Windows color (decimal): -15575545 or 480786. OLE color: 480786.
HSL color Cylindrical-coordinate representation of color #125607: hue angle of 111.65º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #125607 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 86 | 7 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.66 |
| HSL | 111.65º | 0.85% | 0.18% | - |
| HSV(B) | 111.65º | 0.92% | 0.34% | - |
| XYZ | 3.62 | 6.8 | 1.32 | - |
| YUV | 56.66 | 99.97 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 7 | 0.79 | 0 | 0.92 | 0.66 | 111.65 | 0.85 | 0.18 |
| Hex | 12 | 56 | 7 | 4F | 0 | 5C | 42 | 70 | 55 | 12 |
| Octal | 22 | 126 | 7 | 117 | 0 | 134 | 102 | 160 | 125 | 22 |
| Binary | 10010 | 1010110 | 111 | 1001111 | 0 | 1011100 | 1000010 | 1110000 | 1010101 | 10010 |
Color Harmonies of #125607
Complementary color
Monochromatic Colors of #125607
Black with #125607
Text Example
Text Example
White with #125607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125607; }
p { color: rgb(18,86,7); }
H1.HeaderClassName
{
color: #125607;
}
.AnyTagClassName
{
color: #125607;
}
</style>
background-color css
<style>
a { background-color: #125607; }
a { background-color: rgb(18,86,7); }
div.DivClassName
{
background-color: #125607;
}
.BgClassName
{
background-color: #125607;
}
</style>
border-color css
<style>
span { border-color: #125607; }
span { border-color: rgb(18,86,7); }
td.TdClassName
{
border-color: #125607;
}
.TagClassName
{
border-color: #125607;
}
</style>