Shades of Myrtle #124B17
Tints of Myrtle #124B17
RGB
CMYK
RGB Variations
Color information
#124B17 (or 0x124B17) is known color: Myrtle. HEX triplet: 12, 4B and 17. RGB value is (18,75,23). Sum of RGB (Red+Green+Blue) = 18+75+23=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 75 (29.69% from 255 or 64.66% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 75 - color contains mainly: green. Hex color #124B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124B17 is #EDB4E8. Grayscale: #343434. Windows color (decimal): -15578345 or 1526546. OLE color: 1526546.
HSL color Cylindrical-coordinate representation of color #124B17: hue angle of 125.26º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124B17 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 75 | 23 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.71 |
| HSL | 125.26º | 0.61% | 0.18% | - |
| HSV(B) | 125.26º | 0.76% | 0.29% | - |
| XYZ | 2.92 | 5.22 | 1.66 | - |
| YUV | 52.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 23 | 0.76 | 0 | 0.69 | 0.71 | 125.26 | 0.61 | 0.18 |
| Hex | 12 | 4B | 17 | 4C | 0 | 45 | 47 | 7D | 3D | 12 |
| Octal | 22 | 113 | 27 | 114 | 0 | 105 | 107 | 175 | 75 | 22 |
| Binary | 10010 | 1001011 | 10111 | 1001100 | 0 | 1000101 | 1000111 | 1111101 | 111101 | 10010 |
Color Harmonies of #124B17
Complementary color
Monochromatic Colors of #124B17
Black with #124B17
Text Example
Text Example
White with #124B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B17; }
p { color: rgb(18,75,23); }
H1.HeaderClassName
{
color: #124B17;
}
.AnyTagClassName
{
color: #124B17;
}
</style>
background-color css
<style>
a { background-color: #124B17; }
a { background-color: rgb(18,75,23); }
div.DivClassName
{
background-color: #124B17;
}
.BgClassName
{
background-color: #124B17;
}
</style>
border-color css
<style>
span { border-color: #124B17; }
span { border-color: rgb(18,75,23); }
td.TdClassName
{
border-color: #124B17;
}
.TagClassName
{
border-color: #124B17;
}
</style>