Shades of Myrtle #0A2507
Tints of Myrtle #0A2507
RGB
CMYK
RGB Variations
Color information
#0A2507 (or 0x0A2507) is known color: Myrtle. HEX triplet: 0A, 25 and 07. RGB value is (10,37,7). Sum of RGB (Red+Green+Blue) = 10+37+7=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 37 (14.84% from 255 or 68.52% from 54); Blue value is 7 (3.12% from 255 or 12.96% from 54); Max value from RGB is 37 - color contains mainly: green. Hex color #0A2507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2507 is #F5DAF8. Grayscale: #191919. Windows color (decimal): -16112377 or 468234. OLE color: 468234.
HSL color Cylindrical-coordinate representation of color #0A2507: hue angle of 114º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A2507 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 37 | 7 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.85 |
| HSL | 114º | 0.68% | 0.09% | - |
| HSV(B) | 114º | 0.81% | 0.15% | - |
| XYZ | 0.83 | 1.4 | 0.43 | - |
| YUV | 25.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 37 | 7 | 0.73 | 0 | 0.81 | 0.85 | 114 | 0.68 | 0.09 |
| Hex | A | 25 | 7 | 49 | 0 | 51 | 55 | 72 | 44 | 9 |
| Octal | 12 | 45 | 7 | 111 | 0 | 121 | 125 | 162 | 104 | 11 |
| Binary | 1010 | 100101 | 111 | 1001001 | 0 | 1010001 | 1010101 | 1110010 | 1000100 | 1001 |
Color Harmonies of #0A2507
Complementary color
Monochromatic Colors of #0A2507
Black with #0A2507
Text Example
Text Example
White with #0A2507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2507; }
p { color: rgb(10,37,7); }
H1.HeaderClassName
{
color: #0A2507;
}
.AnyTagClassName
{
color: #0A2507;
}
</style>
background-color css
<style>
a { background-color: #0A2507; }
a { background-color: rgb(10,37,7); }
div.DivClassName
{
background-color: #0A2507;
}
.BgClassName
{
background-color: #0A2507;
}
</style>
border-color css
<style>
span { border-color: #0A2507; }
span { border-color: rgb(10,37,7); }
td.TdClassName
{
border-color: #0A2507;
}
.TagClassName
{
border-color: #0A2507;
}
</style>