Shades of Myrtle #12610F
Tints of Myrtle #12610F
RGB
CMYK
RGB Variations
Color information
#12610F (or 0x12610F) is known color: Myrtle. HEX triplet: 12, 61 and 0F. RGB value is (18,97,15). Sum of RGB (Red+Green+Blue) = 18+97+15=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 97 (38.28% from 255 or 74.62% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 97 - color contains mainly: green. Hex color #12610F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12610F is #ED9EF0. Grayscale: #404040. Windows color (decimal): -15572721 or 1007890. OLE color: 1007890.
HSL color Cylindrical-coordinate representation of color #12610F: hue angle of 117.8º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12610F is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 97 | 15 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.62 |
| HSL | 117.8º | 0.73% | 0.22% | - |
| HSV(B) | 117.8º | 0.85% | 0.38% | - |
| XYZ | 4.61 | 8.71 | 1.89 | - |
| YUV | 64.03 | 100.33 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 97 | 15 | 0.81 | 0 | 0.85 | 0.62 | 117.8 | 0.73 | 0.22 |
| Hex | 12 | 61 | F | 51 | 0 | 55 | 3E | 76 | 49 | 16 |
| Octal | 22 | 141 | 17 | 121 | 0 | 125 | 76 | 166 | 111 | 26 |
| Binary | 10010 | 1100001 | 1111 | 1010001 | 0 | 1010101 | 111110 | 1110110 | 1001001 | 10110 |
Color Harmonies of #12610F
Complementary color
Monochromatic Colors of #12610F
Black with #12610F
Text Example
Text Example
White with #12610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12610F; }
p { color: rgb(18,97,15); }
H1.HeaderClassName
{
color: #12610F;
}
.AnyTagClassName
{
color: #12610F;
}
</style>
background-color css
<style>
a { background-color: #12610F; }
a { background-color: rgb(18,97,15); }
div.DivClassName
{
background-color: #12610F;
}
.BgClassName
{
background-color: #12610F;
}
</style>
border-color css
<style>
span { border-color: #12610F; }
span { border-color: rgb(18,97,15); }
td.TdClassName
{
border-color: #12610F;
}
.TagClassName
{
border-color: #12610F;
}
</style>