Shades of Myrtle #123C00
Tints of Myrtle #123C00
RGB
CMYK
RGB Variations
Color information
#123C00 (or 0x123C00) is known color: Myrtle. HEX triplet: 12, 3C and 00. RGB value is (18,60,0). Sum of RGB (Red+Green+Blue) = 18+60+0=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 60 (23.83% from 255 or 76.92% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 60 - color contains mainly: green. Hex color #123C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123C00 is #EDC3FF. Grayscale: #282828. Windows color (decimal): -15582208 or 15378. OLE color: 15378.
HSL color Cylindrical-coordinate representation of color #123C00: hue angle of 102º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #123C00 is Cyan = 0.7, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 60 | 0 | - |
| CMYK | 0.7 | 0 | 1 | 0.76 |
| HSL | 102º | 1% | 0.12% | - |
| HSV(B) | 102º | 1% | 0.24% | - |
| XYZ | 1.87 | 3.36 | 0.55 | - |
| YUV | 40.6 | 105.09 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 0 | 0.7 | 0 | 1 | 0.76 | 102 | 1 | 0.12 |
| Hex | 12 | 3C | 0 | 46 | 0 | 64 | 4C | 66 | 64 | C |
| Octal | 22 | 74 | 0 | 106 | 0 | 144 | 114 | 146 | 144 | 14 |
| Binary | 10010 | 111100 | 0 | 1000110 | 0 | 1100100 | 1001100 | 1100110 | 1100100 | 1100 |
Color Harmonies of #123C00
Complementary color
Monochromatic Colors of #123C00
Black with #123C00
Text Example
Text Example
White with #123C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C00; }
p { color: rgb(18,60,0); }
H1.HeaderClassName
{
color: #123C00;
}
.AnyTagClassName
{
color: #123C00;
}
</style>
background-color css
<style>
a { background-color: #123C00; }
a { background-color: rgb(18,60,0); }
div.DivClassName
{
background-color: #123C00;
}
.BgClassName
{
background-color: #123C00;
}
</style>
border-color css
<style>
span { border-color: #123C00; }
span { border-color: rgb(18,60,0); }
td.TdClassName
{
border-color: #123C00;
}
.TagClassName
{
border-color: #123C00;
}
</style>