Shades of Myrtle #06470A
Tints of Myrtle #06470A
RGB
CMYK
RGB Variations
Color information
#06470A (or 0x06470A) is known color: Myrtle. HEX triplet: 06, 47 and 0A. RGB value is (6,71,10). Sum of RGB (Red+Green+Blue) = 6+71+10=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 71 (28.12% from 255 or 81.61% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 71 - color contains mainly: green. Hex color #06470A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06470A is #F9B8F5. Grayscale: #2C2C2C. Windows color (decimal): -16365814 or 673542. OLE color: 673542.
HSL color Cylindrical-coordinate representation of color #06470A: hue angle of 123.69º 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 #06470A is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 71 | 10 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.72 |
| HSL | 123.69º | 0.84% | 0.15% | - |
| HSV(B) | 123.69º | 0.92% | 0.28% | - |
| XYZ | 2.38 | 4.57 | 1.04 | - |
| YUV | 44.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 10 | 0.92 | 0 | 0.86 | 0.72 | 123.69 | 0.84 | 0.15 |
| Hex | 6 | 47 | A | 5C | 0 | 56 | 48 | 7C | 54 | F |
| Octal | 6 | 107 | 12 | 134 | 0 | 126 | 110 | 174 | 124 | 17 |
| Binary | 110 | 1000111 | 1010 | 1011100 | 0 | 1010110 | 1001000 | 1111100 | 1010100 | 1111 |
Color Harmonies of #06470A
Complementary color
Monochromatic Colors of #06470A
Black with #06470A
Text Example
Text Example
White with #06470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06470A; }
p { color: rgb(6,71,10); }
H1.HeaderClassName
{
color: #06470A;
}
.AnyTagClassName
{
color: #06470A;
}
</style>
background-color css
<style>
a { background-color: #06470A; }
a { background-color: rgb(6,71,10); }
div.DivClassName
{
background-color: #06470A;
}
.BgClassName
{
background-color: #06470A;
}
</style>
border-color css
<style>
span { border-color: #06470A; }
span { border-color: rgb(6,71,10); }
td.TdClassName
{
border-color: #06470A;
}
.TagClassName
{
border-color: #06470A;
}
</style>