Shades of Myrtle #0A4F14
Tints of Myrtle #0A4F14
RGB
CMYK
RGB Variations
Color information
#0A4F14 (or 0x0A4F14) is known color: Myrtle. HEX triplet: 0A, 4F and 14. RGB value is (10,79,20). Sum of RGB (Red+Green+Blue) = 10+79+20=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 79 (31.25% from 255 or 72.48% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 79 - color contains mainly: green. Hex color #0A4F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A4F14 is #F5B0EB. Grayscale: #333333. Windows color (decimal): -16101612 or 1330954. OLE color: 1330954.
HSL color Cylindrical-coordinate representation of color #0A4F14: hue angle of 128.7º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4F14 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 79 | 20 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.69 |
| HSL | 128.7º | 0.78% | 0.17% | - |
| HSV(B) | 128.7º | 0.87% | 0.31% | - |
| XYZ | 3.05 | 5.71 | 1.6 | - |
| YUV | 51.64 | 110.14 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 79 | 20 | 0.87 | 0 | 0.75 | 0.69 | 128.7 | 0.78 | 0.17 |
| Hex | A | 4F | 14 | 57 | 0 | 4B | 45 | 81 | 4E | 11 |
| Octal | 12 | 117 | 24 | 127 | 0 | 113 | 105 | 201 | 116 | 21 |
| Binary | 1010 | 1001111 | 10100 | 1010111 | 0 | 1001011 | 1000101 | 10000001 | 1001110 | 10001 |
Color Harmonies of #0A4F14
Complementary color
Monochromatic Colors of #0A4F14
Black with #0A4F14
Text Example
Text Example
White with #0A4F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4F14; }
p { color: rgb(10,79,20); }
H1.HeaderClassName
{
color: #0A4F14;
}
.AnyTagClassName
{
color: #0A4F14;
}
</style>
background-color css
<style>
a { background-color: #0A4F14; }
a { background-color: rgb(10,79,20); }
div.DivClassName
{
background-color: #0A4F14;
}
.BgClassName
{
background-color: #0A4F14;
}
</style>
border-color css
<style>
span { border-color: #0A4F14; }
span { border-color: rgb(10,79,20); }
td.TdClassName
{
border-color: #0A4F14;
}
.TagClassName
{
border-color: #0A4F14;
}
</style>