Shades of Myrtle #0A4B0F
Tints of Myrtle #0A4B0F
RGB
CMYK
RGB Variations
Color information
#0A4B0F (or 0x0A4B0F) is known color: Myrtle. HEX triplet: 0A, 4B and 0F. RGB value is (10,75,15). Sum of RGB (Red+Green+Blue) = 10+75+15=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 75 (29.69% from 255 or 75% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 75 - color contains mainly: green. Hex color #0A4B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4B0F is #F5B4F0. Grayscale: #303030. Windows color (decimal): -16102641 or 1002250. OLE color: 1002250.
HSL color Cylindrical-coordinate representation of color #0A4B0F: hue angle of 124.62º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4B0F is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 75 | 15 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.71 |
| HSL | 124.62º | 0.76% | 0.17% | - |
| HSV(B) | 124.62º | 0.87% | 0.29% | - |
| XYZ | 2.73 | 5.13 | 1.3 | - |
| YUV | 48.73 | 108.97 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 75 | 15 | 0.87 | 0 | 0.80 | 0.71 | 124.62 | 0.76 | 0.17 |
| Hex | A | 4B | F | 57 | 0 | 50 | 47 | 7D | 4C | 11 |
| Octal | 12 | 113 | 17 | 127 | 0 | 120 | 107 | 175 | 114 | 21 |
| Binary | 1010 | 1001011 | 1111 | 1010111 | 0 | 1010000 | 1000111 | 1111101 | 1001100 | 10001 |
Color Harmonies of #0A4B0F
Complementary color
Monochromatic Colors of #0A4B0F
Black with #0A4B0F
Text Example
Text Example
White with #0A4B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4B0F; }
p { color: rgb(10,75,15); }
H1.HeaderClassName
{
color: #0A4B0F;
}
.AnyTagClassName
{
color: #0A4B0F;
}
</style>
background-color css
<style>
a { background-color: #0A4B0F; }
a { background-color: rgb(10,75,15); }
div.DivClassName
{
background-color: #0A4B0F;
}
.BgClassName
{
background-color: #0A4B0F;
}
</style>
border-color css
<style>
span { border-color: #0A4B0F; }
span { border-color: rgb(10,75,15); }
td.TdClassName
{
border-color: #0A4B0F;
}
.TagClassName
{
border-color: #0A4B0F;
}
</style>