Shades of Myrtle #06470E
Tints of Myrtle #06470E
RGB
CMYK
RGB Variations
Color information
#06470E (or 0x06470E) is known color: Myrtle. HEX triplet: 06, 47 and 0E. RGB value is (6,71,14). Sum of RGB (Red+Green+Blue) = 6+71+14=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 71 (28.12% from 255 or 78.02% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 71 - color contains mainly: green. Hex color #06470E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06470E is #F9B8F1. Grayscale: #2D2D2D. Windows color (decimal): -16365810 or 935686. OLE color: 935686.
HSL color Cylindrical-coordinate representation of color #06470E: hue angle of 127.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06470E is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 71 | 14 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.72 |
| HSL | 127.38º | 0.84% | 0.15% | - |
| HSV(B) | 127.38º | 0.92% | 0.28% | - |
| XYZ | 2.41 | 4.58 | 1.17 | - |
| YUV | 45.07 | 110.47 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 14 | 0.92 | 0 | 0.80 | 0.72 | 127.38 | 0.84 | 0.15 |
| Hex | 6 | 47 | E | 5C | 0 | 50 | 48 | 7F | 54 | F |
| Octal | 6 | 107 | 16 | 134 | 0 | 120 | 110 | 177 | 124 | 17 |
| Binary | 110 | 1000111 | 1110 | 1011100 | 0 | 1010000 | 1001000 | 1111111 | 1010100 | 1111 |
Color Harmonies of #06470E
Complementary color
Monochromatic Colors of #06470E
Black with #06470E
Text Example
Text Example
White with #06470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06470E; }
p { color: rgb(6,71,14); }
H1.HeaderClassName
{
color: #06470E;
}
.AnyTagClassName
{
color: #06470E;
}
</style>
background-color css
<style>
a { background-color: #06470E; }
a { background-color: rgb(6,71,14); }
div.DivClassName
{
background-color: #06470E;
}
.BgClassName
{
background-color: #06470E;
}
</style>
border-color css
<style>
span { border-color: #06470E; }
span { border-color: rgb(6,71,14); }
td.TdClassName
{
border-color: #06470E;
}
.TagClassName
{
border-color: #06470E;
}
</style>