Shades of Myrtle #121C10
Tints of Myrtle #121C10
RGB
CMYK
RGB Variations
Color information
#121C10 (or 0x121C10) is known color: Myrtle. HEX triplet: 12, 1C and 10. RGB value is (18,28,16). Sum of RGB (Red+Green+Blue) = 18+28+16=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 28 (11.33% from 255 or 45.16% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 28 - color contains mainly: green. Hex color #121C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C10 is #EDE3EF. Grayscale: #171717. Windows color (decimal): -15590384 or 1055762. OLE color: 1055762.
HSL color Cylindrical-coordinate representation of color #121C10: hue angle of 110º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #121C10 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 28 | 16 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.89 |
| HSL | 110º | 0.27% | 0.09% | - |
| HSV(B) | 110º | 0.43% | 0.11% | - |
| XYZ | 0.76 | 1 | 0.64 | - |
| YUV | 23.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 16 | 0.36 | 0 | 0.43 | 0.89 | 110 | 0.27 | 0.09 |
| Hex | 12 | 1C | 10 | 24 | 0 | 2B | 59 | 6E | 1B | 9 |
| Octal | 22 | 34 | 20 | 44 | 0 | 53 | 131 | 156 | 33 | 11 |
| Binary | 10010 | 11100 | 10000 | 100100 | 0 | 101011 | 1011001 | 1101110 | 11011 | 1001 |
Color Harmonies of #121C10
Complementary color
Monochromatic Colors of #121C10
Black with #121C10
Text Example
Text Example
White with #121C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C10; }
p { color: rgb(18,28,16); }
H1.HeaderClassName
{
color: #121C10;
}
.AnyTagClassName
{
color: #121C10;
}
</style>
background-color css
<style>
a { background-color: #121C10; }
a { background-color: rgb(18,28,16); }
div.DivClassName
{
background-color: #121C10;
}
.BgClassName
{
background-color: #121C10;
}
</style>
border-color css
<style>
span { border-color: #121C10; }
span { border-color: rgb(18,28,16); }
td.TdClassName
{
border-color: #121C10;
}
.TagClassName
{
border-color: #121C10;
}
</style>