Shades of Myrtle #0A460F
Tints of Myrtle #0A460F
RGB
CMYK
RGB Variations
Color information
#0A460F (or 0x0A460F) is known color: Myrtle. HEX triplet: 0A, 46 and 0F. RGB value is (10,70,15). Sum of RGB (Red+Green+Blue) = 10+70+15=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 70 (27.73% from 255 or 73.68% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 70 - color contains mainly: green. Hex color #0A460F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A460F is #F5B9F0. Grayscale: #2D2D2D. Windows color (decimal): -16103921 or 1000970. OLE color: 1000970.
HSL color Cylindrical-coordinate representation of color #0A460F: hue angle of 125º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A460F is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 70 | 15 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.73 |
| HSL | 125º | 0.75% | 0.16% | - |
| HSV(B) | 125º | 0.86% | 0.27% | - |
| XYZ | 2.4 | 4.48 | 1.19 | - |
| YUV | 45.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 15 | 0.86 | 0 | 0.79 | 0.73 | 125 | 0.75 | 0.16 |
| Hex | A | 46 | F | 56 | 0 | 4F | 49 | 7D | 4B | 10 |
| Octal | 12 | 106 | 17 | 126 | 0 | 117 | 111 | 175 | 113 | 20 |
| Binary | 1010 | 1000110 | 1111 | 1010110 | 0 | 1001111 | 1001001 | 1111101 | 1001011 | 10000 |
Color Harmonies of #0A460F
Complementary color
Monochromatic Colors of #0A460F
Black with #0A460F
Text Example
Text Example
White with #0A460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A460F; }
p { color: rgb(10,70,15); }
H1.HeaderClassName
{
color: #0A460F;
}
.AnyTagClassName
{
color: #0A460F;
}
</style>
background-color css
<style>
a { background-color: #0A460F; }
a { background-color: rgb(10,70,15); }
div.DivClassName
{
background-color: #0A460F;
}
.BgClassName
{
background-color: #0A460F;
}
</style>
border-color css
<style>
span { border-color: #0A460F; }
span { border-color: rgb(10,70,15); }
td.TdClassName
{
border-color: #0A460F;
}
.TagClassName
{
border-color: #0A460F;
}
</style>