Shades of Myrtle #0A500F
Tints of Myrtle #0A500F
RGB
CMYK
RGB Variations
Color information
#0A500F (or 0x0A500F) is known color: Myrtle. HEX triplet: 0A, 50 and 0F. RGB value is (10,80,15). Sum of RGB (Red+Green+Blue) = 10+80+15=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 80 (31.64% from 255 or 76.19% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 80 - color contains mainly: green. Hex color #0A500F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A500F is #F5AFF0. Grayscale: #333333. Windows color (decimal): -16101361 or 1003530. OLE color: 1003530.
HSL color Cylindrical-coordinate representation of color #0A500F: hue angle of 124.29º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A500F is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 80 | 15 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.69 |
| HSL | 124.29º | 0.78% | 0.18% | - |
| HSV(B) | 124.29º | 0.88% | 0.31% | - |
| XYZ | 3.08 | 5.84 | 1.42 | - |
| YUV | 51.66 | 107.31 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 15 | 0.87 | 0 | 0.81 | 0.69 | 124.29 | 0.78 | 0.18 |
| Hex | A | 50 | F | 57 | 0 | 51 | 45 | 7C | 4E | 12 |
| Octal | 12 | 120 | 17 | 127 | 0 | 121 | 105 | 174 | 116 | 22 |
| Binary | 1010 | 1010000 | 1111 | 1010111 | 0 | 1010001 | 1000101 | 1111100 | 1001110 | 10010 |
Color Harmonies of #0A500F
Complementary color
Monochromatic Colors of #0A500F
Black with #0A500F
Text Example
Text Example
White with #0A500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A500F; }
p { color: rgb(10,80,15); }
H1.HeaderClassName
{
color: #0A500F;
}
.AnyTagClassName
{
color: #0A500F;
}
</style>
background-color css
<style>
a { background-color: #0A500F; }
a { background-color: rgb(10,80,15); }
div.DivClassName
{
background-color: #0A500F;
}
.BgClassName
{
background-color: #0A500F;
}
</style>
border-color css
<style>
span { border-color: #0A500F; }
span { border-color: rgb(10,80,15); }
td.TdClassName
{
border-color: #0A500F;
}
.TagClassName
{
border-color: #0A500F;
}
</style>