Shades of Myrtle #125C04
Tints of Myrtle #125C04
RGB
CMYK
RGB Variations
Color information
#125C04 (or 0x125C04) is known color: Myrtle. HEX triplet: 12, 5C and 04. RGB value is (18,92,4). Sum of RGB (Red+Green+Blue) = 18+92+4=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 92 (36.33% from 255 or 80.70% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 92 - color contains mainly: green. Hex color #125C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125C04 is #EDA3FB. Grayscale: #3C3C3C. Windows color (decimal): -15574012 or 285714. OLE color: 285714.
HSL color Cylindrical-coordinate representation of color #125C04: hue angle of 110.45º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #125C04 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 4 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.64 |
| HSL | 110.45º | 0.92% | 0.19% | - |
| HSV(B) | 110.45º | 0.96% | 0.36% | - |
| XYZ | 4.1 | 7.79 | 1.4 | - |
| YUV | 59.84 | 96.48 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 4 | 0.80 | 0 | 0.96 | 0.64 | 110.45 | 0.92 | 0.19 |
| Hex | 12 | 5C | 4 | 50 | 0 | 60 | 40 | 6E | 5C | 13 |
| Octal | 22 | 134 | 4 | 120 | 0 | 140 | 100 | 156 | 134 | 23 |
| Binary | 10010 | 1011100 | 100 | 1010000 | 0 | 1100000 | 1000000 | 1101110 | 1011100 | 10011 |
Color Harmonies of #125C04
Complementary color
Monochromatic Colors of #125C04
Black with #125C04
Text Example
Text Example
White with #125C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C04; }
p { color: rgb(18,92,4); }
H1.HeaderClassName
{
color: #125C04;
}
.AnyTagClassName
{
color: #125C04;
}
</style>
background-color css
<style>
a { background-color: #125C04; }
a { background-color: rgb(18,92,4); }
div.DivClassName
{
background-color: #125C04;
}
.BgClassName
{
background-color: #125C04;
}
</style>
border-color css
<style>
span { border-color: #125C04; }
span { border-color: rgb(18,92,4); }
td.TdClassName
{
border-color: #125C04;
}
.TagClassName
{
border-color: #125C04;
}
</style>