Shades of Myrtle #125C01
Tints of Myrtle #125C01
RGB
CMYK
RGB Variations
Color information
#125C01 (or 0x125C01) is known color: Myrtle. HEX triplet: 12, 5C and 01. RGB value is (18,92,1). Sum of RGB (Red+Green+Blue) = 18+92+1=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 92 (36.33% from 255 or 82.88% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 92 - color contains mainly: green. Hex color #125C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125C01 is #EDA3FE. Grayscale: #3B3B3B. Windows color (decimal): -15574015 or 89106. OLE color: 89106.
HSL color Cylindrical-coordinate representation of color #125C01: hue angle of 108.79º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #125C01 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 1 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.64 |
| HSL | 108.79º | 0.98% | 0.18% | - |
| HSV(B) | 108.79º | 0.99% | 0.36% | - |
| XYZ | 4.08 | 7.79 | 1.32 | - |
| YUV | 59.5 | 94.98 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 1 | 0.80 | 0 | 0.99 | 0.64 | 108.79 | 0.98 | 0.18 |
| Hex | 12 | 5C | 1 | 50 | 0 | 63 | 40 | 6D | 62 | 12 |
| Octal | 22 | 134 | 1 | 120 | 0 | 143 | 100 | 155 | 142 | 22 |
| Binary | 10010 | 1011100 | 1 | 1010000 | 0 | 1100011 | 1000000 | 1101101 | 1100010 | 10010 |
Color Harmonies of #125C01
Complementary color
Monochromatic Colors of #125C01
Black with #125C01
Text Example
Text Example
White with #125C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C01; }
p { color: rgb(18,92,1); }
H1.HeaderClassName
{
color: #125C01;
}
.AnyTagClassName
{
color: #125C01;
}
</style>
background-color css
<style>
a { background-color: #125C01; }
a { background-color: rgb(18,92,1); }
div.DivClassName
{
background-color: #125C01;
}
.BgClassName
{
background-color: #125C01;
}
</style>
border-color css
<style>
span { border-color: #125C01; }
span { border-color: rgb(18,92,1); }
td.TdClassName
{
border-color: #125C01;
}
.TagClassName
{
border-color: #125C01;
}
</style>