Shades of Myrtle #06470B
Tints of Myrtle #06470B
RGB
CMYK
RGB Variations
Color information
#06470B (or 0x06470B) is known color: Myrtle. HEX triplet: 06, 47 and 0B. RGB value is (6,71,11). Sum of RGB (Red+Green+Blue) = 6+71+11=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 71 (28.12% from 255 or 80.68% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 71 - color contains mainly: green. Hex color #06470B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06470B is #F9B8F4. Grayscale: #2C2C2C. Windows color (decimal): -16365813 or 739078. OLE color: 739078.
HSL color Cylindrical-coordinate representation of color #06470B: hue angle of 124.62º 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 #06470B is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 71 | 11 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.72 |
| HSL | 124.62º | 0.84% | 0.15% | - |
| HSV(B) | 124.62º | 0.92% | 0.28% | - |
| XYZ | 2.39 | 4.57 | 1.07 | - |
| YUV | 44.73 | 108.97 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 11 | 0.92 | 0 | 0.85 | 0.72 | 124.62 | 0.84 | 0.15 |
| Hex | 6 | 47 | B | 5C | 0 | 55 | 48 | 7D | 54 | F |
| Octal | 6 | 107 | 13 | 134 | 0 | 125 | 110 | 175 | 124 | 17 |
| Binary | 110 | 1000111 | 1011 | 1011100 | 0 | 1010101 | 1001000 | 1111101 | 1010100 | 1111 |
Color Harmonies of #06470B
Complementary color
Monochromatic Colors of #06470B
Black with #06470B
Text Example
Text Example
White with #06470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06470B; }
p { color: rgb(6,71,11); }
H1.HeaderClassName
{
color: #06470B;
}
.AnyTagClassName
{
color: #06470B;
}
</style>
background-color css
<style>
a { background-color: #06470B; }
a { background-color: rgb(6,71,11); }
div.DivClassName
{
background-color: #06470B;
}
.BgClassName
{
background-color: #06470B;
}
</style>
border-color css
<style>
span { border-color: #06470B; }
span { border-color: rgb(6,71,11); }
td.TdClassName
{
border-color: #06470B;
}
.TagClassName
{
border-color: #06470B;
}
</style>