Shades of Myrtle #20670B
Tints of Myrtle #20670B
RGB
CMYK
RGB Variations
Color information
#20670B (or 0x20670B) is known color: Myrtle. HEX triplet: 20, 67 and 0B. RGB value is (32,103,11). Sum of RGB (Red+Green+Blue) = 32+103+11=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 103 (40.62% from 255 or 70.55% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 103 - color contains mainly: green. Hex color #20670B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20670B is #DF98F4. Grayscale: #474747. Windows color (decimal): -14653685 or 747296. OLE color: 747296.
HSL color Cylindrical-coordinate representation of color #20670B: hue angle of 106.3º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20670B is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 103 | 11 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.60 |
| HSL | 106.3º | 0.81% | 0.22% | - |
| HSV(B) | 106.3º | 0.89% | 0.4% | - |
| XYZ | 5.51 | 10.03 | 1.96 | - |
| YUV | 71.28 | 93.98 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 11 | 0.69 | 0 | 0.89 | 0.60 | 106.3 | 0.81 | 0.22 |
| Hex | 20 | 67 | B | 45 | 0 | 59 | 3C | 6A | 51 | 16 |
| Octal | 40 | 147 | 13 | 105 | 0 | 131 | 74 | 152 | 121 | 26 |
| Binary | 100000 | 1100111 | 1011 | 1000101 | 0 | 1011001 | 111100 | 1101010 | 1010001 | 10110 |
Color Harmonies of #20670B
Complementary color
Monochromatic Colors of #20670B
Black with #20670B
Text Example
Text Example
White with #20670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20670B; }
p { color: rgb(32,103,11); }
H1.HeaderClassName
{
color: #20670B;
}
.AnyTagClassName
{
color: #20670B;
}
</style>
background-color css
<style>
a { background-color: #20670B; }
a { background-color: rgb(32,103,11); }
div.DivClassName
{
background-color: #20670B;
}
.BgClassName
{
background-color: #20670B;
}
</style>
border-color css
<style>
span { border-color: #20670B; }
span { border-color: rgb(32,103,11); }
td.TdClassName
{
border-color: #20670B;
}
.TagClassName
{
border-color: #20670B;
}
</style>