Shades of Myrtle #125A18
Tints of Myrtle #125A18
RGB
CMYK
RGB Variations
Color information
#125A18 (or 0x125A18) is known color: Myrtle. HEX triplet: 12, 5A and 18. RGB value is (18,90,24). Sum of RGB (Red+Green+Blue) = 18+90+24=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 90 (35.55% from 255 or 68.18% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 90 - color contains mainly: green. Hex color #125A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125A18 is #EDA5E7. Grayscale: #3D3D3D. Windows color (decimal): -15574504 or 1595922. OLE color: 1595922.
HSL color Cylindrical-coordinate representation of color #125A18: hue angle of 125º degrees, saturation: 0.67, 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 #125A18 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 90 | 24 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.65 |
| HSL | 125º | 0.67% | 0.21% | - |
| HSV(B) | 125º | 0.8% | 0.35% | - |
| XYZ | 4.07 | 7.51 | 2.1 | - |
| YUV | 60.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 24 | 0.80 | 0 | 0.73 | 0.65 | 125 | 0.67 | 0.21 |
| Hex | 12 | 5A | 18 | 50 | 0 | 49 | 41 | 7D | 43 | 15 |
| Octal | 22 | 132 | 30 | 120 | 0 | 111 | 101 | 175 | 103 | 25 |
| Binary | 10010 | 1011010 | 11000 | 1010000 | 0 | 1001001 | 1000001 | 1111101 | 1000011 | 10101 |
Color Harmonies of #125A18
Complementary color
Monochromatic Colors of #125A18
Black with #125A18
Text Example
Text Example
White with #125A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A18; }
p { color: rgb(18,90,24); }
H1.HeaderClassName
{
color: #125A18;
}
.AnyTagClassName
{
color: #125A18;
}
</style>
background-color css
<style>
a { background-color: #125A18; }
a { background-color: rgb(18,90,24); }
div.DivClassName
{
background-color: #125A18;
}
.BgClassName
{
background-color: #125A18;
}
</style>
border-color css
<style>
span { border-color: #125A18; }
span { border-color: rgb(18,90,24); }
td.TdClassName
{
border-color: #125A18;
}
.TagClassName
{
border-color: #125A18;
}
</style>