Shades of Myrtle #125710
Tints of Myrtle #125710
RGB
CMYK
RGB Variations
Color information
#125710 (or 0x125710) is known color: Myrtle. HEX triplet: 12, 57 and 10. RGB value is (18,87,16). Sum of RGB (Red+Green+Blue) = 18+87+16=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 87 (34.38% from 255 or 71.90% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 87 - color contains mainly: green. Hex color #125710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125710 is #EDA8EF. Grayscale: #3A3A3A. Windows color (decimal): -15575280 or 1070866. OLE color: 1070866.
HSL color Cylindrical-coordinate representation of color #125710: hue angle of 118.31º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125710 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 87 | 16 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.66 |
| HSL | 118.31º | 0.69% | 0.2% | - |
| HSV(B) | 118.31º | 0.82% | 0.34% | - |
| XYZ | 3.75 | 6.98 | 1.64 | - |
| YUV | 58.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 87 | 16 | 0.79 | 0 | 0.82 | 0.66 | 118.31 | 0.69 | 0.2 |
| Hex | 12 | 57 | 10 | 4F | 0 | 52 | 42 | 76 | 45 | 14 |
| Octal | 22 | 127 | 20 | 117 | 0 | 122 | 102 | 166 | 105 | 24 |
| Binary | 10010 | 1010111 | 10000 | 1001111 | 0 | 1010010 | 1000010 | 1110110 | 1000101 | 10100 |
Color Harmonies of #125710
Complementary color
Monochromatic Colors of #125710
Black with #125710
Text Example
Text Example
White with #125710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125710; }
p { color: rgb(18,87,16); }
H1.HeaderClassName
{
color: #125710;
}
.AnyTagClassName
{
color: #125710;
}
</style>
background-color css
<style>
a { background-color: #125710; }
a { background-color: rgb(18,87,16); }
div.DivClassName
{
background-color: #125710;
}
.BgClassName
{
background-color: #125710;
}
</style>
border-color css
<style>
span { border-color: #125710; }
span { border-color: rgb(18,87,16); }
td.TdClassName
{
border-color: #125710;
}
.TagClassName
{
border-color: #125710;
}
</style>