Shades of Myrtle #206514
Tints of Myrtle #206514
RGB
CMYK
RGB Variations
Color information
#206514 (or 0x206514) is known color: Myrtle. HEX triplet: 20, 65 and 14. RGB value is (32,101,20). Sum of RGB (Red+Green+Blue) = 32+101+20=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 101 (39.84% from 255 or 66.01% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 101 - color contains mainly: green. Hex color #206514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206514 is #DF9AEB. Grayscale: #474747. Windows color (decimal): -14654188 or 1336608. OLE color: 1336608.
HSL color Cylindrical-coordinate representation of color #206514: hue angle of 111.11º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #206514 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 101 | 20 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.60 |
| HSL | 111.11º | 0.67% | 0.24% | - |
| HSV(B) | 111.11º | 0.8% | 0.4% | - |
| XYZ | 5.38 | 9.66 | 2.24 | - |
| YUV | 71.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 20 | 0.68 | 0 | 0.80 | 0.60 | 111.11 | 0.67 | 0.24 |
| Hex | 20 | 65 | 14 | 44 | 0 | 50 | 3C | 6F | 43 | 18 |
| Octal | 40 | 145 | 24 | 104 | 0 | 120 | 74 | 157 | 103 | 30 |
| Binary | 100000 | 1100101 | 10100 | 1000100 | 0 | 1010000 | 111100 | 1101111 | 1000011 | 11000 |
Color Harmonies of #206514
Complementary color
Monochromatic Colors of #206514
Black with #206514
Text Example
Text Example
White with #206514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206514; }
p { color: rgb(32,101,20); }
H1.HeaderClassName
{
color: #206514;
}
.AnyTagClassName
{
color: #206514;
}
</style>
background-color css
<style>
a { background-color: #206514; }
a { background-color: rgb(32,101,20); }
div.DivClassName
{
background-color: #206514;
}
.BgClassName
{
background-color: #206514;
}
</style>
border-color css
<style>
span { border-color: #206514; }
span { border-color: rgb(32,101,20); }
td.TdClassName
{
border-color: #206514;
}
.TagClassName
{
border-color: #206514;
}
</style>