Shades of Myrtle #125903
Tints of Myrtle #125903
RGB
CMYK
RGB Variations
Color information
#125903 (or 0x125903) is known color: Myrtle. HEX triplet: 12, 59 and 03. RGB value is (18,89,3). Sum of RGB (Red+Green+Blue) = 18+89+3=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 89 (35.16% from 255 or 80.91% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 89 - color contains mainly: green. Hex color #125903 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125903 is #EDA6FC. Grayscale: #3A3A3A. Windows color (decimal): -15574781 or 219410. OLE color: 219410.
HSL color Cylindrical-coordinate representation of color #125903: hue angle of 109.53º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #125903 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 89 | 3 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.65 |
| HSL | 109.53º | 0.93% | 0.18% | - |
| HSV(B) | 109.53º | 0.97% | 0.35% | - |
| XYZ | 3.84 | 7.28 | 1.29 | - |
| YUV | 57.97 | 96.98 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 3 | 0.80 | 0 | 0.97 | 0.65 | 109.53 | 0.93 | 0.18 |
| Hex | 12 | 59 | 3 | 50 | 0 | 61 | 41 | 6E | 5D | 12 |
| Octal | 22 | 131 | 3 | 120 | 0 | 141 | 101 | 156 | 135 | 22 |
| Binary | 10010 | 1011001 | 11 | 1010000 | 0 | 1100001 | 1000001 | 1101110 | 1011101 | 10010 |
Color Harmonies of #125903
Complementary color
Monochromatic Colors of #125903
Black with #125903
Text Example
Text Example
White with #125903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125903; }
p { color: rgb(18,89,3); }
H1.HeaderClassName
{
color: #125903;
}
.AnyTagClassName
{
color: #125903;
}
</style>
background-color css
<style>
a { background-color: #125903; }
a { background-color: rgb(18,89,3); }
div.DivClassName
{
background-color: #125903;
}
.BgClassName
{
background-color: #125903;
}
</style>
border-color css
<style>
span { border-color: #125903; }
span { border-color: rgb(18,89,3); }
td.TdClassName
{
border-color: #125903;
}
.TagClassName
{
border-color: #125903;
}
</style>