Shades of Myrtle #06480C
Tints of Myrtle #06480C
RGB
CMYK
RGB Variations
Color information
#06480C (or 0x06480C) is known color: Myrtle. HEX triplet: 06, 48 and 0C. RGB value is (6,72,12). Sum of RGB (Red+Green+Blue) = 6+72+12=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 72 (28.52% from 255 or 80% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 72 - color contains mainly: green. Hex color #06480C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06480C is #F9B7F3. Grayscale: #2D2D2D. Windows color (decimal): -16365556 or 804870. OLE color: 804870.
HSL color Cylindrical-coordinate representation of color #06480C: hue angle of 125.45º degrees, saturation: 0.85, 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 #06480C is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 72 | 12 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.72 |
| HSL | 125.45º | 0.85% | 0.15% | - |
| HSV(B) | 125.45º | 0.92% | 0.28% | - |
| XYZ | 2.46 | 4.7 | 1.13 | - |
| YUV | 45.43 | 109.13 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 12 | 0.92 | 0 | 0.83 | 0.72 | 125.45 | 0.85 | 0.15 |
| Hex | 6 | 48 | C | 5C | 0 | 53 | 48 | 7D | 55 | F |
| Octal | 6 | 110 | 14 | 134 | 0 | 123 | 110 | 175 | 125 | 17 |
| Binary | 110 | 1001000 | 1100 | 1011100 | 0 | 1010011 | 1001000 | 1111101 | 1010101 | 1111 |
Color Harmonies of #06480C
Complementary color
Monochromatic Colors of #06480C
Black with #06480C
Text Example
Text Example
White with #06480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06480C; }
p { color: rgb(6,72,12); }
H1.HeaderClassName
{
color: #06480C;
}
.AnyTagClassName
{
color: #06480C;
}
</style>
background-color css
<style>
a { background-color: #06480C; }
a { background-color: rgb(6,72,12); }
div.DivClassName
{
background-color: #06480C;
}
.BgClassName
{
background-color: #06480C;
}
</style>
border-color css
<style>
span { border-color: #06480C; }
span { border-color: rgb(6,72,12); }
td.TdClassName
{
border-color: #06480C;
}
.TagClassName
{
border-color: #06480C;
}
</style>