Shades of Myrtle #125C06
Tints of Myrtle #125C06
RGB
CMYK
RGB Variations
Color information
#125C06 (or 0x125C06) is known color: Myrtle. HEX triplet: 12, 5C and 06. RGB value is (18,92,6). Sum of RGB (Red+Green+Blue) = 18+92+6=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 92 (36.33% from 255 or 79.31% from 116); Blue value is 6 (2.73% from 255 or 5.17% from 116); Max value from RGB is 92 - color contains mainly: green. Hex color #125C06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125C06 is #EDA3F9. Grayscale: #3C3C3C. Windows color (decimal): -15574010 or 416786. OLE color: 416786.
HSL color Cylindrical-coordinate representation of color #125C06: hue angle of 111.63º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125C06 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 6 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.64 |
| HSL | 111.63º | 0.88% | 0.19% | - |
| HSV(B) | 111.63º | 0.93% | 0.36% | - |
| XYZ | 4.11 | 7.8 | 1.46 | - |
| YUV | 60.07 | 97.48 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 6 | 0.80 | 0 | 0.93 | 0.64 | 111.63 | 0.88 | 0.19 |
| Hex | 12 | 5C | 6 | 50 | 0 | 5D | 40 | 70 | 58 | 13 |
| Octal | 22 | 134 | 6 | 120 | 0 | 135 | 100 | 160 | 130 | 23 |
| Binary | 10010 | 1011100 | 110 | 1010000 | 0 | 1011101 | 1000000 | 1110000 | 1011000 | 10011 |
Color Harmonies of #125C06
Complementary color
Monochromatic Colors of #125C06
Black with #125C06
Text Example
Text Example
White with #125C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C06; }
p { color: rgb(18,92,6); }
H1.HeaderClassName
{
color: #125C06;
}
.AnyTagClassName
{
color: #125C06;
}
</style>
background-color css
<style>
a { background-color: #125C06; }
a { background-color: rgb(18,92,6); }
div.DivClassName
{
background-color: #125C06;
}
.BgClassName
{
background-color: #125C06;
}
</style>
border-color css
<style>
span { border-color: #125C06; }
span { border-color: rgb(18,92,6); }
td.TdClassName
{
border-color: #125C06;
}
.TagClassName
{
border-color: #125C06;
}
</style>