Shades of Myrtle #06460C
Tints of Myrtle #06460C
RGB
CMYK
RGB Variations
Color information
#06460C (or 0x06460C) is known color: Myrtle. HEX triplet: 06, 46 and 0C. RGB value is (6,70,12). Sum of RGB (Red+Green+Blue) = 6+70+12=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 70 (27.73% from 255 or 79.55% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 70 - color contains mainly: green. Hex color #06460C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06460C is #F9B9F3. Grayscale: #2C2C2C. Windows color (decimal): -16366068 or 804358. OLE color: 804358.
HSL color Cylindrical-coordinate representation of color #06460C: hue angle of 125.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06460C is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 70 | 12 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.73 |
| HSL | 125.63º | 0.84% | 0.15% | - |
| HSV(B) | 125.63º | 0.91% | 0.27% | - |
| XYZ | 2.33 | 4.45 | 1.08 | - |
| YUV | 44.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 12 | 0.91 | 0 | 0.83 | 0.73 | 125.63 | 0.84 | 0.15 |
| Hex | 6 | 46 | C | 5B | 0 | 53 | 49 | 7E | 54 | F |
| Octal | 6 | 106 | 14 | 133 | 0 | 123 | 111 | 176 | 124 | 17 |
| Binary | 110 | 1000110 | 1100 | 1011011 | 0 | 1010011 | 1001001 | 1111110 | 1010100 | 1111 |
Color Harmonies of #06460C
Complementary color
Monochromatic Colors of #06460C
Black with #06460C
Text Example
Text Example
White with #06460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06460C; }
p { color: rgb(6,70,12); }
H1.HeaderClassName
{
color: #06460C;
}
.AnyTagClassName
{
color: #06460C;
}
</style>
background-color css
<style>
a { background-color: #06460C; }
a { background-color: rgb(6,70,12); }
div.DivClassName
{
background-color: #06460C;
}
.BgClassName
{
background-color: #06460C;
}
</style>
border-color css
<style>
span { border-color: #06460C; }
span { border-color: rgb(6,70,12); }
td.TdClassName
{
border-color: #06460C;
}
.TagClassName
{
border-color: #06460C;
}
</style>