Shades of Myrtle #0A4D08
Tints of Myrtle #0A4D08
RGB
CMYK
RGB Variations
Color information
#0A4D08 (or 0x0A4D08) is known color: Myrtle. HEX triplet: 0A, 4D and 08. RGB value is (10,77,8). Sum of RGB (Red+Green+Blue) = 10+77+8=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 77 (30.47% from 255 or 81.05% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 77 - color contains mainly: green. Hex color #0A4D08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A4D08 is #F5B2F7. Grayscale: #313131. Windows color (decimal): -16102136 or 544010. OLE color: 544010.
HSL color Cylindrical-coordinate representation of color #0A4D08: hue angle of 118.26º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4D08 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 10 | 77 | 8 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.70 |
| HSL | 118.26º | 0.81% | 0.17% | - |
| HSV(B) | 118.26º | 0.9% | 0.3% | - |
| XYZ | 2.82 | 5.39 | 1.12 | - |
| YUV | 49.1 | 104.8 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 77 | 8 | 0.87 | 0 | 0.90 | 0.70 | 118.26 | 0.81 | 0.17 |
| Hex | A | 4D | 8 | 57 | 0 | 5A | 46 | 76 | 51 | 11 |
| Octal | 12 | 115 | 10 | 127 | 0 | 132 | 106 | 166 | 121 | 21 |
| Binary | 1010 | 1001101 | 1000 | 1010111 | 0 | 1011010 | 1000110 | 1110110 | 1010001 | 10001 |
Color Harmonies of #0A4D08
Complementary color
Monochromatic Colors of #0A4D08
Black with #0A4D08
Text Example
Text Example
White with #0A4D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4D08; }
p { color: rgb(10,77,8); }
H1.HeaderClassName
{
color: #0A4D08;
}
.AnyTagClassName
{
color: #0A4D08;
}
</style>
background-color css
<style>
a { background-color: #0A4D08; }
a { background-color: rgb(10,77,8); }
div.DivClassName
{
background-color: #0A4D08;
}
.BgClassName
{
background-color: #0A4D08;
}
</style>
border-color css
<style>
span { border-color: #0A4D08; }
span { border-color: rgb(10,77,8); }
td.TdClassName
{
border-color: #0A4D08;
}
.TagClassName
{
border-color: #0A4D08;
}
</style>