Shades of Myrtle #125210
Tints of Myrtle #125210
RGB
CMYK
RGB Variations
Color information
#125210 (or 0x125210) is known color: Myrtle. HEX triplet: 12, 52 and 10. RGB value is (18,82,16). Sum of RGB (Red+Green+Blue) = 18+82+16=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 82 (32.42% from 255 or 70.69% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 82 - color contains mainly: green. Hex color #125210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125210 is #EDADEF. Grayscale: #373737. Windows color (decimal): -15576560 or 1069586. OLE color: 1069586.
HSL color Cylindrical-coordinate representation of color #125210: hue angle of 118.18º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125210 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 82 | 16 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.68 |
| HSL | 118.18º | 0.67% | 0.19% | - |
| HSV(B) | 118.18º | 0.8% | 0.32% | - |
| XYZ | 3.36 | 6.2 | 1.51 | - |
| YUV | 55.34 | 105.8 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 16 | 0.78 | 0 | 0.80 | 0.68 | 118.18 | 0.67 | 0.19 |
| Hex | 12 | 52 | 10 | 4E | 0 | 50 | 44 | 76 | 43 | 13 |
| Octal | 22 | 122 | 20 | 116 | 0 | 120 | 104 | 166 | 103 | 23 |
| Binary | 10010 | 1010010 | 10000 | 1001110 | 0 | 1010000 | 1000100 | 1110110 | 1000011 | 10011 |
Color Harmonies of #125210
Complementary color
Monochromatic Colors of #125210
Black with #125210
Text Example
Text Example
White with #125210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125210; }
p { color: rgb(18,82,16); }
H1.HeaderClassName
{
color: #125210;
}
.AnyTagClassName
{
color: #125210;
}
</style>
background-color css
<style>
a { background-color: #125210; }
a { background-color: rgb(18,82,16); }
div.DivClassName
{
background-color: #125210;
}
.BgClassName
{
background-color: #125210;
}
</style>
border-color css
<style>
span { border-color: #125210; }
span { border-color: rgb(18,82,16); }
td.TdClassName
{
border-color: #125210;
}
.TagClassName
{
border-color: #125210;
}
</style>