Shades of Myrtle #0A1807
Tints of Myrtle #0A1807
RGB
CMYK
RGB Variations
Color information
#0A1807 (or 0x0A1807) is known color: Myrtle. HEX triplet: 0A, 18 and 07. RGB value is (10,24,7). Sum of RGB (Red+Green+Blue) = 10+24+7=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 24 (9.77% from 255 or 58.54% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1807 is #F5E7F8. Grayscale: #111111. Windows color (decimal): -16115705 or 464906. OLE color: 464906.
HSL color Cylindrical-coordinate representation of color #0A1807: hue angle of 109.41º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0A1807 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 24 | 7 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.91 |
| HSL | 109.41º | 0.55% | 0.06% | - |
| HSV(B) | 109.41º | 0.71% | 0.09% | - |
| XYZ | 0.49 | 0.73 | 0.32 | - |
| YUV | 17.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 7 | 0.58 | 0 | 0.71 | 0.91 | 109.41 | 0.55 | 0.06 |
| Hex | A | 18 | 7 | 3A | 0 | 47 | 5B | 6D | 37 | 6 |
| Octal | 12 | 30 | 7 | 72 | 0 | 107 | 133 | 155 | 67 | 6 |
| Binary | 1010 | 11000 | 111 | 111010 | 0 | 1000111 | 1011011 | 1101101 | 110111 | 110 |
Color Harmonies of #0A1807
Complementary color
Monochromatic Colors of #0A1807
Black with #0A1807
Text Example
Text Example
White with #0A1807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1807; }
p { color: rgb(10,24,7); }
H1.HeaderClassName
{
color: #0A1807;
}
.AnyTagClassName
{
color: #0A1807;
}
</style>
background-color css
<style>
a { background-color: #0A1807; }
a { background-color: rgb(10,24,7); }
div.DivClassName
{
background-color: #0A1807;
}
.BgClassName
{
background-color: #0A1807;
}
</style>
border-color css
<style>
span { border-color: #0A1807; }
span { border-color: rgb(10,24,7); }
td.TdClassName
{
border-color: #0A1807;
}
.TagClassName
{
border-color: #0A1807;
}
</style>