Shades of Myrtle #125B19
Tints of Myrtle #125B19
RGB
CMYK
RGB Variations
Color information
#125B19 (or 0x125B19) is known color: Myrtle. HEX triplet: 12, 5B and 19. RGB value is (18,91,25). Sum of RGB (Red+Green+Blue) = 18+91+25=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 91 (35.94% from 255 or 67.91% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 91 - color contains mainly: green. Hex color #125B19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125B19 is #EDA4E6. Grayscale: #3D3D3D. Windows color (decimal): -15574247 or 1661714. OLE color: 1661714.
HSL color Cylindrical-coordinate representation of color #125B19: hue angle of 125.75º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B19 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 91 | 25 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.64 |
| HSL | 125.75º | 0.67% | 0.21% | - |
| HSV(B) | 125.75º | 0.8% | 0.36% | - |
| XYZ | 4.17 | 7.68 | 2.18 | - |
| YUV | 61.65 | 107.32 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 25 | 0.80 | 0 | 0.73 | 0.64 | 125.75 | 0.67 | 0.21 |
| Hex | 12 | 5B | 19 | 50 | 0 | 49 | 40 | 7E | 43 | 15 |
| Octal | 22 | 133 | 31 | 120 | 0 | 111 | 100 | 176 | 103 | 25 |
| Binary | 10010 | 1011011 | 11001 | 1010000 | 0 | 1001001 | 1000000 | 1111110 | 1000011 | 10101 |
Color Harmonies of #125B19
Complementary color
Monochromatic Colors of #125B19
Black with #125B19
Text Example
Text Example
White with #125B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B19; }
p { color: rgb(18,91,25); }
H1.HeaderClassName
{
color: #125B19;
}
.AnyTagClassName
{
color: #125B19;
}
</style>
background-color css
<style>
a { background-color: #125B19; }
a { background-color: rgb(18,91,25); }
div.DivClassName
{
background-color: #125B19;
}
.BgClassName
{
background-color: #125B19;
}
</style>
border-color css
<style>
span { border-color: #125B19; }
span { border-color: rgb(18,91,25); }
td.TdClassName
{
border-color: #125B19;
}
.TagClassName
{
border-color: #125B19;
}
</style>