Shades of Myrtle #206307
Tints of Myrtle #206307
RGB
CMYK
RGB Variations
Color information
#206307 (or 0x206307) is known color: Myrtle. HEX triplet: 20, 63 and 07. RGB value is (32,99,7). Sum of RGB (Red+Green+Blue) = 32+99+7=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 99 (39.06% from 255 or 71.74% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 99 - color contains mainly: green. Hex color #206307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206307 is #DF9CF8. Grayscale: #444444. Windows color (decimal): -14654713 or 484128. OLE color: 484128.
HSL color Cylindrical-coordinate representation of color #206307: hue angle of 103.7º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #206307 is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 99 | 7 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.61 |
| HSL | 103.7º | 0.87% | 0.21% | - |
| HSV(B) | 103.7º | 0.93% | 0.39% | - |
| XYZ | 5.1 | 9.25 | 1.72 | - |
| YUV | 68.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 7 | 0.68 | 0 | 0.93 | 0.61 | 103.7 | 0.87 | 0.21 |
| Hex | 20 | 63 | 7 | 44 | 0 | 5D | 3D | 68 | 57 | 15 |
| Octal | 40 | 143 | 7 | 104 | 0 | 135 | 75 | 150 | 127 | 25 |
| Binary | 100000 | 1100011 | 111 | 1000100 | 0 | 1011101 | 111101 | 1101000 | 1010111 | 10101 |
Color Harmonies of #206307
Complementary color
Monochromatic Colors of #206307
Black with #206307
Text Example
Text Example
White with #206307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206307; }
p { color: rgb(32,99,7); }
H1.HeaderClassName
{
color: #206307;
}
.AnyTagClassName
{
color: #206307;
}
</style>
background-color css
<style>
a { background-color: #206307; }
a { background-color: rgb(32,99,7); }
div.DivClassName
{
background-color: #206307;
}
.BgClassName
{
background-color: #206307;
}
</style>
border-color css
<style>
span { border-color: #206307; }
span { border-color: rgb(32,99,7); }
td.TdClassName
{
border-color: #206307;
}
.TagClassName
{
border-color: #206307;
}
</style>