Shades of Myrtle #06510F
Tints of Myrtle #06510F
RGB
CMYK
RGB Variations
Color information
#06510F (or 0x06510F) is known color: Myrtle. HEX triplet: 06, 51 and 0F. RGB value is (6,81,15). Sum of RGB (Red+Green+Blue) = 6+81+15=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 81 (32.03% from 255 or 79.41% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 81 - color contains mainly: green. Hex color #06510F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06510F is #F9AEF0. Grayscale: #333333. Windows color (decimal): -16363249 or 1003782. OLE color: 1003782.
HSL color Cylindrical-coordinate representation of color #06510F: hue angle of 127.2º 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 #06510F is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 81 | 15 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.68 |
| HSL | 127.2º | 0.86% | 0.17% | - |
| HSV(B) | 127.2º | 0.93% | 0.32% | - |
| XYZ | 3.1 | 5.96 | 1.44 | - |
| YUV | 51.05 | 107.65 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 15 | 0.93 | 0 | 0.81 | 0.68 | 127.2 | 0.86 | 0.17 |
| Hex | 6 | 51 | F | 5D | 0 | 51 | 44 | 7F | 56 | 11 |
| Octal | 6 | 121 | 17 | 135 | 0 | 121 | 104 | 177 | 126 | 21 |
| Binary | 110 | 1010001 | 1111 | 1011101 | 0 | 1010001 | 1000100 | 1111111 | 1010110 | 10001 |
Color Harmonies of #06510F
Complementary color
Monochromatic Colors of #06510F
Black with #06510F
Text Example
Text Example
White with #06510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06510F; }
p { color: rgb(6,81,15); }
H1.HeaderClassName
{
color: #06510F;
}
.AnyTagClassName
{
color: #06510F;
}
</style>
background-color css
<style>
a { background-color: #06510F; }
a { background-color: rgb(6,81,15); }
div.DivClassName
{
background-color: #06510F;
}
.BgClassName
{
background-color: #06510F;
}
</style>
border-color css
<style>
span { border-color: #06510F; }
span { border-color: rgb(6,81,15); }
td.TdClassName
{
border-color: #06510F;
}
.TagClassName
{
border-color: #06510F;
}
</style>