Shades of Myrtle #125100
Tints of Myrtle #125100
RGB
CMYK
RGB Variations
Color information
#125100 (or 0x125100) is known color: Myrtle. HEX triplet: 12, 51 and 00. RGB value is (18,81,0). Sum of RGB (Red+Green+Blue) = 18+81+0=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 81 (32.03% from 255 or 81.82% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 81 - color contains mainly: green. Hex color #125100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125100 is #EDAEFF. Grayscale: #353535. Windows color (decimal): -15576832 or 20754. OLE color: 20754.
HSL color Cylindrical-coordinate representation of color #125100: hue angle of 106.67º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #125100 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 81 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.68 |
| HSL | 106.67º | 1% | 0.16% | - |
| HSV(B) | 106.67º | 1% | 0.32% | - |
| XYZ | 3.19 | 6.01 | 0.99 | - |
| YUV | 52.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 0 | 0.78 | 0 | 1 | 0.68 | 106.67 | 1 | 0.16 |
| Hex | 12 | 51 | 0 | 4E | 0 | 64 | 44 | 6B | 64 | 10 |
| Octal | 22 | 121 | 0 | 116 | 0 | 144 | 104 | 153 | 144 | 20 |
| Binary | 10010 | 1010001 | 0 | 1001110 | 0 | 1100100 | 1000100 | 1101011 | 1100100 | 10000 |
Color Harmonies of #125100
Complementary color
Monochromatic Colors of #125100
Black with #125100
Text Example
Text Example
White with #125100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125100; }
p { color: rgb(18,81,0); }
H1.HeaderClassName
{
color: #125100;
}
.AnyTagClassName
{
color: #125100;
}
</style>
background-color css
<style>
a { background-color: #125100; }
a { background-color: rgb(18,81,0); }
div.DivClassName
{
background-color: #125100;
}
.BgClassName
{
background-color: #125100;
}
</style>
border-color css
<style>
span { border-color: #125100; }
span { border-color: rgb(18,81,0); }
td.TdClassName
{
border-color: #125100;
}
.TagClassName
{
border-color: #125100;
}
</style>