Shades of Myrtle #0A1608
Tints of Myrtle #0A1608
RGB
CMYK
RGB Variations
Color information
#0A1608 (or 0x0A1608) is known color: Myrtle. HEX triplet: 0A, 16 and 08. RGB value is (10,22,8). Sum of RGB (Red+Green+Blue) = 10+22+8=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 22 (8.98% from 255 or 55% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 22 - color contains mainly: green. Hex color #0A1608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1608 is #F5E9F7. Grayscale: #101010. Windows color (decimal): -16116216 or 529930. OLE color: 529930.
HSL color Cylindrical-coordinate representation of color #0A1608: hue angle of 111.43º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0A1608 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 22 | 8 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.91 |
| HSL | 111.43º | 0.47% | 0.06% | - |
| HSV(B) | 111.43º | 0.64% | 0.09% | - |
| XYZ | 0.46 | 0.66 | 0.33 | - |
| YUV | 16.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 8 | 0.55 | 0 | 0.64 | 0.91 | 111.43 | 0.47 | 0.06 |
| Hex | A | 16 | 8 | 37 | 0 | 40 | 5B | 6F | 2F | 6 |
| Octal | 12 | 26 | 10 | 67 | 0 | 100 | 133 | 157 | 57 | 6 |
| Binary | 1010 | 10110 | 1000 | 110111 | 0 | 1000000 | 1011011 | 1101111 | 101111 | 110 |
Color Harmonies of #0A1608
Complementary color
Monochromatic Colors of #0A1608
Black with #0A1608
Text Example
Text Example
White with #0A1608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1608; }
p { color: rgb(10,22,8); }
H1.HeaderClassName
{
color: #0A1608;
}
.AnyTagClassName
{
color: #0A1608;
}
</style>
background-color css
<style>
a { background-color: #0A1608; }
a { background-color: rgb(10,22,8); }
div.DivClassName
{
background-color: #0A1608;
}
.BgClassName
{
background-color: #0A1608;
}
</style>
border-color css
<style>
span { border-color: #0A1608; }
span { border-color: rgb(10,22,8); }
td.TdClassName
{
border-color: #0A1608;
}
.TagClassName
{
border-color: #0A1608;
}
</style>