Shades of Myrtle #206711
Tints of Myrtle #206711
RGB
CMYK
RGB Variations
Color information
#206711 (or 0x206711) is known color: Myrtle. HEX triplet: 20, 67 and 11. RGB value is (32,103,17). Sum of RGB (Red+Green+Blue) = 32+103+17=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 103 (40.62% from 255 or 67.76% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 103 - color contains mainly: green. Hex color #206711 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206711 is #DF98EE. Grayscale: #484848. Windows color (decimal): -14653679 or 1140512. OLE color: 1140512.
HSL color Cylindrical-coordinate representation of color #206711: hue angle of 109.53º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #206711 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 103 | 17 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.60 |
| HSL | 109.53º | 0.72% | 0.24% | - |
| HSV(B) | 109.53º | 0.83% | 0.4% | - |
| XYZ | 5.55 | 10.05 | 2.18 | - |
| YUV | 71.97 | 96.98 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 17 | 0.69 | 0 | 0.83 | 0.60 | 109.53 | 0.72 | 0.24 |
| Hex | 20 | 67 | 11 | 45 | 0 | 53 | 3C | 6E | 48 | 18 |
| Octal | 40 | 147 | 21 | 105 | 0 | 123 | 74 | 156 | 110 | 30 |
| Binary | 100000 | 1100111 | 10001 | 1000101 | 0 | 1010011 | 111100 | 1101110 | 1001000 | 11000 |
Color Harmonies of #206711
Complementary color
Monochromatic Colors of #206711
Black with #206711
Text Example
Text Example
White with #206711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206711; }
p { color: rgb(32,103,17); }
H1.HeaderClassName
{
color: #206711;
}
.AnyTagClassName
{
color: #206711;
}
</style>
background-color css
<style>
a { background-color: #206711; }
a { background-color: rgb(32,103,17); }
div.DivClassName
{
background-color: #206711;
}
.BgClassName
{
background-color: #206711;
}
</style>
border-color css
<style>
span { border-color: #206711; }
span { border-color: rgb(32,103,17); }
td.TdClassName
{
border-color: #206711;
}
.TagClassName
{
border-color: #206711;
}
</style>