Shades of Myrtle #06520F
Tints of Myrtle #06520F
RGB
CMYK
RGB Variations
Color information
#06520F (or 0x06520F) is known color: Myrtle. HEX triplet: 06, 52 and 0F. RGB value is (6,82,15). Sum of RGB (Red+Green+Blue) = 6+82+15=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 82 (32.42% from 255 or 79.61% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 82 - color contains mainly: green. Hex color #06520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06520F is #F9ADF0. Grayscale: #333333. Windows color (decimal): -16362993 or 1004038. OLE color: 1004038.
HSL color Cylindrical-coordinate representation of color #06520F: hue angle of 127.11º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06520F is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 82 | 15 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.68 |
| HSL | 127.11º | 0.86% | 0.17% | - |
| HSV(B) | 127.11º | 0.93% | 0.32% | - |
| XYZ | 3.18 | 6.11 | 1.46 | - |
| YUV | 51.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 15 | 0.93 | 0 | 0.82 | 0.68 | 127.11 | 0.86 | 0.17 |
| Hex | 6 | 52 | F | 5D | 0 | 52 | 44 | 7F | 56 | 11 |
| Octal | 6 | 122 | 17 | 135 | 0 | 122 | 104 | 177 | 126 | 21 |
| Binary | 110 | 1010010 | 1111 | 1011101 | 0 | 1010010 | 1000100 | 1111111 | 1010110 | 10001 |
Color Harmonies of #06520F
Complementary color
Monochromatic Colors of #06520F
Black with #06520F
Text Example
Text Example
White with #06520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06520F; }
p { color: rgb(6,82,15); }
H1.HeaderClassName
{
color: #06520F;
}
.AnyTagClassName
{
color: #06520F;
}
</style>
background-color css
<style>
a { background-color: #06520F; }
a { background-color: rgb(6,82,15); }
div.DivClassName
{
background-color: #06520F;
}
.BgClassName
{
background-color: #06520F;
}
</style>
border-color css
<style>
span { border-color: #06520F; }
span { border-color: rgb(6,82,15); }
td.TdClassName
{
border-color: #06520F;
}
.TagClassName
{
border-color: #06520F;
}
</style>