Shades of Myrtle #206709
Tints of Myrtle #206709
RGB
CMYK
RGB Variations
Color information
#206709 (or 0x206709) is known color: Myrtle. HEX triplet: 20, 67 and 09. RGB value is (32,103,9). Sum of RGB (Red+Green+Blue) = 32+103+9=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 103 (40.62% from 255 or 71.53% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 103 - color contains mainly: green. Hex color #206709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206709 is #DF98F6. Grayscale: #474747. Windows color (decimal): -14653687 or 616224. OLE color: 616224.
HSL color Cylindrical-coordinate representation of color #206709: hue angle of 105.32º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #206709 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 103 | 9 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.60 |
| HSL | 105.32º | 0.84% | 0.22% | - |
| HSV(B) | 105.32º | 0.91% | 0.4% | - |
| XYZ | 5.5 | 10.03 | 1.9 | - |
| YUV | 71.06 | 92.98 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 9 | 0.69 | 0 | 0.91 | 0.60 | 105.32 | 0.84 | 0.22 |
| Hex | 20 | 67 | 9 | 45 | 0 | 5B | 3C | 69 | 54 | 16 |
| Octal | 40 | 147 | 11 | 105 | 0 | 133 | 74 | 151 | 124 | 26 |
| Binary | 100000 | 1100111 | 1001 | 1000101 | 0 | 1011011 | 111100 | 1101001 | 1010100 | 10110 |
Color Harmonies of #206709
Complementary color
Monochromatic Colors of #206709
Black with #206709
Text Example
Text Example
White with #206709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206709; }
p { color: rgb(32,103,9); }
H1.HeaderClassName
{
color: #206709;
}
.AnyTagClassName
{
color: #206709;
}
</style>
background-color css
<style>
a { background-color: #206709; }
a { background-color: rgb(32,103,9); }
div.DivClassName
{
background-color: #206709;
}
.BgClassName
{
background-color: #206709;
}
</style>
border-color css
<style>
span { border-color: #206709; }
span { border-color: rgb(32,103,9); }
td.TdClassName
{
border-color: #206709;
}
.TagClassName
{
border-color: #206709;
}
</style>