Shades of Myrtle #206502
Tints of Myrtle #206502
RGB
CMYK
RGB Variations
Color information
#206502 (or 0x206502) is known color: Myrtle. HEX triplet: 20, 65 and 02. RGB value is (32,101,2). Sum of RGB (Red+Green+Blue) = 32+101+2=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 101 (39.84% from 255 or 74.81% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 101 - color contains mainly: green. Hex color #206502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206502 is #DF9AFD. Grayscale: #454545. Windows color (decimal): -14654206 or 156960. OLE color: 156960.
HSL color Cylindrical-coordinate representation of color #206502: hue angle of 101.82º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #206502 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 101 | 2 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.60 |
| HSL | 101.82º | 0.96% | 0.2% | - |
| HSV(B) | 101.82º | 0.98% | 0.4% | - |
| XYZ | 5.26 | 9.62 | 1.64 | - |
| YUV | 69.08 | 90.14 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 2 | 0.68 | 0 | 0.98 | 0.60 | 101.82 | 0.96 | 0.2 |
| Hex | 20 | 65 | 2 | 44 | 0 | 62 | 3C | 66 | 60 | 14 |
| Octal | 40 | 145 | 2 | 104 | 0 | 142 | 74 | 146 | 140 | 24 |
| Binary | 100000 | 1100101 | 10 | 1000100 | 0 | 1100010 | 111100 | 1100110 | 1100000 | 10100 |
Color Harmonies of #206502
Complementary color
Monochromatic Colors of #206502
Black with #206502
Text Example
Text Example
White with #206502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206502; }
p { color: rgb(32,101,2); }
H1.HeaderClassName
{
color: #206502;
}
.AnyTagClassName
{
color: #206502;
}
</style>
background-color css
<style>
a { background-color: #206502; }
a { background-color: rgb(32,101,2); }
div.DivClassName
{
background-color: #206502;
}
.BgClassName
{
background-color: #206502;
}
</style>
border-color css
<style>
span { border-color: #206502; }
span { border-color: rgb(32,101,2); }
td.TdClassName
{
border-color: #206502;
}
.TagClassName
{
border-color: #206502;
}
</style>