Shades of Myrtle #126217
Tints of Myrtle #126217
RGB
CMYK
RGB Variations
Color information
#126217 (or 0x126217) is known color: Myrtle. HEX triplet: 12, 62 and 17. RGB value is (18,98,23). Sum of RGB (Red+Green+Blue) = 18+98+23=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 98 (38.67% from 255 or 70.50% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 98 - color contains mainly: green. Hex color #126217 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126217 is #ED9DE8. Grayscale: #414141. Windows color (decimal): -15572457 or 1532434. OLE color: 1532434.
HSL color Cylindrical-coordinate representation of color #126217: hue angle of 123.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126217 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 98 | 23 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.62 |
| HSL | 123.75º | 0.69% | 0.23% | - |
| HSV(B) | 123.75º | 0.82% | 0.38% | - |
| XYZ | 4.77 | 8.93 | 2.28 | - |
| YUV | 65.53 | 104 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 23 | 0.82 | 0 | 0.77 | 0.62 | 123.75 | 0.69 | 0.23 |
| Hex | 12 | 62 | 17 | 52 | 0 | 4D | 3E | 7C | 45 | 17 |
| Octal | 22 | 142 | 27 | 122 | 0 | 115 | 76 | 174 | 105 | 27 |
| Binary | 10010 | 1100010 | 10111 | 1010010 | 0 | 1001101 | 111110 | 1111100 | 1000101 | 10111 |
Color Harmonies of #126217
Complementary color
Monochromatic Colors of #126217
Black with #126217
Text Example
Text Example
White with #126217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126217; }
p { color: rgb(18,98,23); }
H1.HeaderClassName
{
color: #126217;
}
.AnyTagClassName
{
color: #126217;
}
</style>
background-color css
<style>
a { background-color: #126217; }
a { background-color: rgb(18,98,23); }
div.DivClassName
{
background-color: #126217;
}
.BgClassName
{
background-color: #126217;
}
</style>
border-color css
<style>
span { border-color: #126217; }
span { border-color: rgb(18,98,23); }
td.TdClassName
{
border-color: #126217;
}
.TagClassName
{
border-color: #126217;
}
</style>