Shades of Myrtle #06480F
Tints of Myrtle #06480F
RGB
CMYK
RGB Variations
Color information
#06480F (or 0x06480F) is known color: Myrtle. HEX triplet: 06, 48 and 0F. RGB value is (6,72,15). Sum of RGB (Red+Green+Blue) = 6+72+15=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 72 (28.52% from 255 or 77.42% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 72 - color contains mainly: green. Hex color #06480F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06480F is #F9B7F0. Grayscale: #2D2D2D. Windows color (decimal): -16365553 or 1001478. OLE color: 1001478.
HSL color Cylindrical-coordinate representation of color #06480F: hue angle of 128.18º 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 #06480F is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 72 | 15 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.72 |
| HSL | 128.18º | 0.85% | 0.15% | - |
| HSV(B) | 128.18º | 0.92% | 0.28% | - |
| XYZ | 2.48 | 4.71 | 1.23 | - |
| YUV | 45.77 | 110.63 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 15 | 0.92 | 0 | 0.79 | 0.72 | 128.18 | 0.85 | 0.15 |
| Hex | 6 | 48 | F | 5C | 0 | 4F | 48 | 80 | 55 | F |
| Octal | 6 | 110 | 17 | 134 | 0 | 117 | 110 | 200 | 125 | 17 |
| Binary | 110 | 1001000 | 1111 | 1011100 | 0 | 1001111 | 1001000 | 10000000 | 1010101 | 1111 |
Color Harmonies of #06480F
Complementary color
Monochromatic Colors of #06480F
Black with #06480F
Text Example
Text Example
White with #06480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06480F; }
p { color: rgb(6,72,15); }
H1.HeaderClassName
{
color: #06480F;
}
.AnyTagClassName
{
color: #06480F;
}
</style>
background-color css
<style>
a { background-color: #06480F; }
a { background-color: rgb(6,72,15); }
div.DivClassName
{
background-color: #06480F;
}
.BgClassName
{
background-color: #06480F;
}
</style>
border-color css
<style>
span { border-color: #06480F; }
span { border-color: rgb(6,72,15); }
td.TdClassName
{
border-color: #06480F;
}
.TagClassName
{
border-color: #06480F;
}
</style>