Shades of Myrtle #0A580F
Tints of Myrtle #0A580F
RGB
CMYK
RGB Variations
Color information
#0A580F (or 0x0A580F) is known color: Myrtle. HEX triplet: 0A, 58 and 0F. RGB value is (10,88,15). Sum of RGB (Red+Green+Blue) = 10+88+15=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 88 (34.77% from 255 or 77.88% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 88 - color contains mainly: green. Hex color #0A580F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A580F is #F5A7F0. Grayscale: #383838. Windows color (decimal): -16099313 or 1005578. OLE color: 1005578.
HSL color Cylindrical-coordinate representation of color #0A580F: hue angle of 123.85º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A580F is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 88 | 15 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.65 |
| HSL | 123.85º | 0.8% | 0.19% | - |
| HSV(B) | 123.85º | 0.89% | 0.35% | - |
| XYZ | 3.7 | 7.08 | 1.62 | - |
| YUV | 56.36 | 104.66 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 15 | 0.89 | 0 | 0.83 | 0.65 | 123.85 | 0.8 | 0.19 |
| Hex | A | 58 | F | 59 | 0 | 53 | 41 | 7C | 50 | 13 |
| Octal | 12 | 130 | 17 | 131 | 0 | 123 | 101 | 174 | 120 | 23 |
| Binary | 1010 | 1011000 | 1111 | 1011001 | 0 | 1010011 | 1000001 | 1111100 | 1010000 | 10011 |
Color Harmonies of #0A580F
Complementary color
Monochromatic Colors of #0A580F
Black with #0A580F
Text Example
Text Example
White with #0A580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A580F; }
p { color: rgb(10,88,15); }
H1.HeaderClassName
{
color: #0A580F;
}
.AnyTagClassName
{
color: #0A580F;
}
</style>
background-color css
<style>
a { background-color: #0A580F; }
a { background-color: rgb(10,88,15); }
div.DivClassName
{
background-color: #0A580F;
}
.BgClassName
{
background-color: #0A580F;
}
</style>
border-color css
<style>
span { border-color: #0A580F; }
span { border-color: rgb(10,88,15); }
td.TdClassName
{
border-color: #0A580F;
}
.TagClassName
{
border-color: #0A580F;
}
</style>