Shades of Myrtle #0A4E0F
Tints of Myrtle #0A4E0F
RGB
CMYK
RGB Variations
Color information
#0A4E0F (or 0x0A4E0F) is known color: Myrtle. HEX triplet: 0A, 4E and 0F. RGB value is (10,78,15). Sum of RGB (Red+Green+Blue) = 10+78+15=103 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.71% from 103); Green value is 78 (30.86% from 255 or 75.73% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 78 - color contains mainly: green. Hex color #0A4E0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A4E0F is #F5B1F0. Grayscale: #323232. Windows color (decimal): -16101873 or 1003018. OLE color: 1003018.
HSL color Cylindrical-coordinate representation of color #0A4E0F: hue angle of 124.41º degrees, saturation: 0.77, 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 #0A4E0F is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 78 | 15 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.69 |
| HSL | 124.41º | 0.77% | 0.17% | - |
| HSV(B) | 124.41º | 0.87% | 0.31% | - |
| XYZ | 2.94 | 5.55 | 1.37 | - |
| YUV | 50.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 78 | 15 | 0.87 | 0 | 0.81 | 0.69 | 124.41 | 0.77 | 0.17 |
| Hex | A | 4E | F | 57 | 0 | 51 | 45 | 7C | 4D | 11 |
| Octal | 12 | 116 | 17 | 127 | 0 | 121 | 105 | 174 | 115 | 21 |
| Binary | 1010 | 1001110 | 1111 | 1010111 | 0 | 1010001 | 1000101 | 1111100 | 1001101 | 10001 |
Color Harmonies of #0A4E0F
Complementary color
Monochromatic Colors of #0A4E0F
Black with #0A4E0F
Text Example
Text Example
White with #0A4E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4E0F; }
p { color: rgb(10,78,15); }
H1.HeaderClassName
{
color: #0A4E0F;
}
.AnyTagClassName
{
color: #0A4E0F;
}
</style>
background-color css
<style>
a { background-color: #0A4E0F; }
a { background-color: rgb(10,78,15); }
div.DivClassName
{
background-color: #0A4E0F;
}
.BgClassName
{
background-color: #0A4E0F;
}
</style>
border-color css
<style>
span { border-color: #0A4E0F; }
span { border-color: rgb(10,78,15); }
td.TdClassName
{
border-color: #0A4E0F;
}
.TagClassName
{
border-color: #0A4E0F;
}
</style>