Shades of Myrtle #0A4208
Tints of Myrtle #0A4208
RGB
CMYK
RGB Variations
Color information
#0A4208 (or 0x0A4208) is known color: Myrtle. HEX triplet: 0A, 42 and 08. RGB value is (10,66,8). Sum of RGB (Red+Green+Blue) = 10+66+8=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 66 (26.17% from 255 or 78.57% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 66 - color contains mainly: green. Hex color #0A4208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4208 is #F5BDF7. Grayscale: #2A2A2A. Windows color (decimal): -16104952 or 541194. OLE color: 541194.
HSL color Cylindrical-coordinate representation of color #0A4208: hue angle of 117.93º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A4208 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 66 | 8 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.74 |
| HSL | 117.93º | 0.78% | 0.15% | - |
| HSV(B) | 117.93º | 0.88% | 0.26% | - |
| XYZ | 2.12 | 3.98 | 0.89 | - |
| YUV | 42.64 | 108.45 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 66 | 8 | 0.85 | 0 | 0.88 | 0.74 | 117.93 | 0.78 | 0.15 |
| Hex | A | 42 | 8 | 55 | 0 | 58 | 4A | 76 | 4E | F |
| Octal | 12 | 102 | 10 | 125 | 0 | 130 | 112 | 166 | 116 | 17 |
| Binary | 1010 | 1000010 | 1000 | 1010101 | 0 | 1011000 | 1001010 | 1110110 | 1001110 | 1111 |
Color Harmonies of #0A4208
Complementary color
Monochromatic Colors of #0A4208
Black with #0A4208
Text Example
Text Example
White with #0A4208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4208; }
p { color: rgb(10,66,8); }
H1.HeaderClassName
{
color: #0A4208;
}
.AnyTagClassName
{
color: #0A4208;
}
</style>
background-color css
<style>
a { background-color: #0A4208; }
a { background-color: rgb(10,66,8); }
div.DivClassName
{
background-color: #0A4208;
}
.BgClassName
{
background-color: #0A4208;
}
</style>
border-color css
<style>
span { border-color: #0A4208; }
span { border-color: rgb(10,66,8); }
td.TdClassName
{
border-color: #0A4208;
}
.TagClassName
{
border-color: #0A4208;
}
</style>