Shades of Myrtle #0A1B06
Tints of Myrtle #0A1B06
RGB
CMYK
RGB Variations
Color information
#0A1B06 (or 0x0A1B06) is known color: Myrtle. HEX triplet: 0A, 1B and 06. RGB value is (10,27,6). Sum of RGB (Red+Green+Blue) = 10+27+6=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 27 (10.94% from 255 or 62.79% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 27 - color contains mainly: green. Hex color #0A1B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1B06 is #F5E4F9. Grayscale: #131313. Windows color (decimal): -16114938 or 400138. OLE color: 400138.
HSL color Cylindrical-coordinate representation of color #0A1B06: hue angle of 108.57º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0A1B06 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 27 | 6 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.89 |
| HSL | 108.57º | 0.64% | 0.06% | - |
| HSV(B) | 108.57º | 0.78% | 0.11% | - |
| XYZ | 0.55 | 0.86 | 0.31 | - |
| YUV | 19.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 27 | 6 | 0.63 | 0 | 0.78 | 0.89 | 108.57 | 0.64 | 0.06 |
| Hex | A | 1B | 6 | 3F | 0 | 4E | 59 | 6D | 40 | 6 |
| Octal | 12 | 33 | 6 | 77 | 0 | 116 | 131 | 155 | 100 | 6 |
| Binary | 1010 | 11011 | 110 | 111111 | 0 | 1001110 | 1011001 | 1101101 | 1000000 | 110 |
Color Harmonies of #0A1B06
Complementary color
Monochromatic Colors of #0A1B06
Black with #0A1B06
Text Example
Text Example
White with #0A1B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1B06; }
p { color: rgb(10,27,6); }
H1.HeaderClassName
{
color: #0A1B06;
}
.AnyTagClassName
{
color: #0A1B06;
}
</style>
background-color css
<style>
a { background-color: #0A1B06; }
a { background-color: rgb(10,27,6); }
div.DivClassName
{
background-color: #0A1B06;
}
.BgClassName
{
background-color: #0A1B06;
}
</style>
border-color css
<style>
span { border-color: #0A1B06; }
span { border-color: rgb(10,27,6); }
td.TdClassName
{
border-color: #0A1B06;
}
.TagClassName
{
border-color: #0A1B06;
}
</style>