Shades of Myrtle #124512
Tints of Myrtle #124512
RGB
CMYK
RGB Variations
Color information
#124512 (or 0x124512) is known color: Myrtle. HEX triplet: 12, 45 and 12. RGB value is (18,69,18). Sum of RGB (Red+Green+Blue) = 18+69+18=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 69 (27.34% from 255 or 65.71% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 69 - color contains mainly: green. Hex color #124512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124512 is #EDBAED. Grayscale: #303030. Windows color (decimal): -15579886 or 1197330. OLE color: 1197330.
HSL color Cylindrical-coordinate representation of color #124512: hue angle of 120º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124512 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 69 | 18 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.73 |
| HSL | 120º | 0.59% | 0.17% | - |
| HSV(B) | 120º | 0.74% | 0.27% | - |
| XYZ | 2.49 | 4.43 | 1.3 | - |
| YUV | 47.94 | 111.1 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 18 | 0.74 | 0 | 0.74 | 0.73 | 120 | 0.59 | 0.17 |
| Hex | 12 | 45 | 12 | 4A | 0 | 4A | 49 | 78 | 3B | 11 |
| Octal | 22 | 105 | 22 | 112 | 0 | 112 | 111 | 170 | 73 | 21 |
| Binary | 10010 | 1000101 | 10010 | 1001010 | 0 | 1001010 | 1001001 | 1111000 | 111011 | 10001 |
Color Harmonies of #124512
Complementary color
Monochromatic Colors of #124512
Black with #124512
Text Example
Text Example
White with #124512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124512; }
p { color: rgb(18,69,18); }
H1.HeaderClassName
{
color: #124512;
}
.AnyTagClassName
{
color: #124512;
}
</style>
background-color css
<style>
a { background-color: #124512; }
a { background-color: rgb(18,69,18); }
div.DivClassName
{
background-color: #124512;
}
.BgClassName
{
background-color: #124512;
}
</style>
border-color css
<style>
span { border-color: #124512; }
span { border-color: rgb(18,69,18); }
td.TdClassName
{
border-color: #124512;
}
.TagClassName
{
border-color: #124512;
}
</style>