Shades of Myrtle #124502
Tints of Myrtle #124502
RGB
CMYK
RGB Variations
Color information
#124502 (or 0x124502) is known color: Myrtle. HEX triplet: 12, 45 and 02. RGB value is (18,69,2). Sum of RGB (Red+Green+Blue) = 18+69+2=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 69 (27.34% from 255 or 77.53% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 69 - color contains mainly: green. Hex color #124502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124502 is #EDBAFD. Grayscale: #2E2E2E. Windows color (decimal): -15579902 or 148754. OLE color: 148754.
HSL color Cylindrical-coordinate representation of color #124502: hue angle of 105.67º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #124502 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 69 | 2 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.73 |
| HSL | 105.67º | 0.94% | 0.14% | - |
| HSV(B) | 105.67º | 0.97% | 0.27% | - |
| XYZ | 2.39 | 4.39 | 0.78 | - |
| YUV | 46.11 | 103.1 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 2 | 0.74 | 0 | 0.97 | 0.73 | 105.67 | 0.94 | 0.14 |
| Hex | 12 | 45 | 2 | 4A | 0 | 61 | 49 | 6A | 5E | E |
| Octal | 22 | 105 | 2 | 112 | 0 | 141 | 111 | 152 | 136 | 16 |
| Binary | 10010 | 1000101 | 10 | 1001010 | 0 | 1100001 | 1001001 | 1101010 | 1011110 | 1110 |
Color Harmonies of #124502
Complementary color
Monochromatic Colors of #124502
Black with #124502
Text Example
Text Example
White with #124502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124502; }
p { color: rgb(18,69,2); }
H1.HeaderClassName
{
color: #124502;
}
.AnyTagClassName
{
color: #124502;
}
</style>
background-color css
<style>
a { background-color: #124502; }
a { background-color: rgb(18,69,2); }
div.DivClassName
{
background-color: #124502;
}
.BgClassName
{
background-color: #124502;
}
</style>
border-color css
<style>
span { border-color: #124502; }
span { border-color: rgb(18,69,2); }
td.TdClassName
{
border-color: #124502;
}
.TagClassName
{
border-color: #124502;
}
</style>