Shades of Myrtle #0A5701
Tints of Myrtle #0A5701
RGB
CMYK
RGB Variations
Color information
#0A5701 (or 0x0A5701) is known color: Myrtle. HEX triplet: 0A, 57 and 01. RGB value is (10,87,1). Sum of RGB (Red+Green+Blue) = 10+87+1=98 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.20% from 98); Green value is 87 (34.38% from 255 or 88.78% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 87 - color contains mainly: green. Hex color #0A5701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5701 is #F5A8FE. Grayscale: #363636. Windows color (decimal): -16099583 or 87818. OLE color: 87818.
HSL color Cylindrical-coordinate representation of color #0A5701: hue angle of 113.72º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A5701 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 87 | 1 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.66 |
| HSL | 113.72º | 0.98% | 0.17% | - |
| HSV(B) | 113.72º | 0.99% | 0.34% | - |
| XYZ | 3.54 | 6.88 | 1.17 | - |
| YUV | 54.17 | 97.99 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 87 | 1 | 0.89 | 0 | 0.99 | 0.66 | 113.72 | 0.98 | 0.17 |
| Hex | A | 57 | 1 | 59 | 0 | 63 | 42 | 72 | 62 | 11 |
| Octal | 12 | 127 | 1 | 131 | 0 | 143 | 102 | 162 | 142 | 21 |
| Binary | 1010 | 1010111 | 1 | 1011001 | 0 | 1100011 | 1000010 | 1110010 | 1100010 | 10001 |
Color Harmonies of #0A5701
Complementary color
Monochromatic Colors of #0A5701
Black with #0A5701
Text Example
Text Example
White with #0A5701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5701; }
p { color: rgb(10,87,1); }
H1.HeaderClassName
{
color: #0A5701;
}
.AnyTagClassName
{
color: #0A5701;
}
</style>
background-color css
<style>
a { background-color: #0A5701; }
a { background-color: rgb(10,87,1); }
div.DivClassName
{
background-color: #0A5701;
}
.BgClassName
{
background-color: #0A5701;
}
</style>
border-color css
<style>
span { border-color: #0A5701; }
span { border-color: rgb(10,87,1); }
td.TdClassName
{
border-color: #0A5701;
}
.TagClassName
{
border-color: #0A5701;
}
</style>