Shades of Myrtle #125918
Tints of Myrtle #125918
RGB
CMYK
RGB Variations
Color information
#125918 (or 0x125918) is known color: Myrtle. HEX triplet: 12, 59 and 18. RGB value is (18,89,24). Sum of RGB (Red+Green+Blue) = 18+89+24=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 89 (35.16% from 255 or 67.94% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 89 - color contains mainly: green. Hex color #125918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125918 is #EDA6E7. Grayscale: #3C3C3C. Windows color (decimal): -15574760 or 1595666. OLE color: 1595666.
HSL color Cylindrical-coordinate representation of color #125918: hue angle of 125.07º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125918 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 89 | 24 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.65 |
| HSL | 125.07º | 0.66% | 0.21% | - |
| HSV(B) | 125.07º | 0.8% | 0.35% | - |
| XYZ | 3.99 | 7.34 | 2.07 | - |
| YUV | 60.36 | 107.48 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 24 | 0.80 | 0 | 0.73 | 0.65 | 125.07 | 0.66 | 0.21 |
| Hex | 12 | 59 | 18 | 50 | 0 | 49 | 41 | 7D | 42 | 15 |
| Octal | 22 | 131 | 30 | 120 | 0 | 111 | 101 | 175 | 102 | 25 |
| Binary | 10010 | 1011001 | 11000 | 1010000 | 0 | 1001001 | 1000001 | 1111101 | 1000010 | 10101 |
Color Harmonies of #125918
Complementary color
Monochromatic Colors of #125918
Black with #125918
Text Example
Text Example
White with #125918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125918; }
p { color: rgb(18,89,24); }
H1.HeaderClassName
{
color: #125918;
}
.AnyTagClassName
{
color: #125918;
}
</style>
background-color css
<style>
a { background-color: #125918; }
a { background-color: rgb(18,89,24); }
div.DivClassName
{
background-color: #125918;
}
.BgClassName
{
background-color: #125918;
}
</style>
border-color css
<style>
span { border-color: #125918; }
span { border-color: rgb(18,89,24); }
td.TdClassName
{
border-color: #125918;
}
.TagClassName
{
border-color: #125918;
}
</style>