Shades of Myrtle #121B10
Tints of Myrtle #121B10
RGB
CMYK
RGB Variations
Color information
#121B10 (or 0x121B10) is known color: Myrtle. HEX triplet: 12, 1B and 10. RGB value is (18,27,16). Sum of RGB (Red+Green+Blue) = 18+27+16=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 27 (10.94% from 255 or 44.26% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 27 - color contains mainly: green. Hex color #121B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B10 is #EDE4EF. Grayscale: #171717. Windows color (decimal): -15590640 or 1055506. OLE color: 1055506.
HSL color Cylindrical-coordinate representation of color #121B10: hue angle of 109.09º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #121B10 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 27 | 16 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.89 |
| HSL | 109.09º | 0.26% | 0.08% | - |
| HSV(B) | 109.09º | 0.41% | 0.11% | - |
| XYZ | 0.73 | 0.95 | 0.63 | - |
| YUV | 23.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 16 | 0.33 | 0 | 0.41 | 0.89 | 109.09 | 0.26 | 0.08 |
| Hex | 12 | 1B | 10 | 21 | 0 | 29 | 59 | 6D | 1A | 8 |
| Octal | 22 | 33 | 20 | 41 | 0 | 51 | 131 | 155 | 32 | 10 |
| Binary | 10010 | 11011 | 10000 | 100001 | 0 | 101001 | 1011001 | 1101101 | 11010 | 1000 |
Color Harmonies of #121B10
Complementary color
Monochromatic Colors of #121B10
Black with #121B10
Text Example
Text Example
White with #121B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B10; }
p { color: rgb(18,27,16); }
H1.HeaderClassName
{
color: #121B10;
}
.AnyTagClassName
{
color: #121B10;
}
</style>
background-color css
<style>
a { background-color: #121B10; }
a { background-color: rgb(18,27,16); }
div.DivClassName
{
background-color: #121B10;
}
.BgClassName
{
background-color: #121B10;
}
</style>
border-color css
<style>
span { border-color: #121B10; }
span { border-color: rgb(18,27,16); }
td.TdClassName
{
border-color: #121B10;
}
.TagClassName
{
border-color: #121B10;
}
</style>