Shades of Myrtle #21680A
Tints of Myrtle #21680A
RGB
CMYK
RGB Variations
Color information
#21680A (or 0x21680A) is known color: Myrtle. HEX triplet: 21, 68 and 0A. RGB value is (33,104,10). Sum of RGB (Red+Green+Blue) = 33+104+10=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 104 (41.02% from 255 or 70.75% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 104 - color contains mainly: green. Hex color #21680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21680A is #DE97F5. Grayscale: #484848. Windows color (decimal): -14587894 or 682017. OLE color: 682017.
HSL color Cylindrical-coordinate representation of color #21680A: hue angle of 105.32º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21680A is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 104 | 10 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.59 |
| HSL | 105.32º | 0.82% | 0.22% | - |
| HSV(B) | 105.32º | 0.9% | 0.41% | - |
| XYZ | 5.63 | 10.25 | 1.97 | - |
| YUV | 72.06 | 92.98 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 10 | 0.68 | 0 | 0.90 | 0.59 | 105.32 | 0.82 | 0.22 |
| Hex | 21 | 68 | A | 44 | 0 | 5A | 3B | 69 | 52 | 16 |
| Octal | 41 | 150 | 12 | 104 | 0 | 132 | 73 | 151 | 122 | 26 |
| Binary | 100001 | 1101000 | 1010 | 1000100 | 0 | 1011010 | 111011 | 1101001 | 1010010 | 10110 |
Color Harmonies of #21680A
Complementary color
Monochromatic Colors of #21680A
Black with #21680A
Text Example
Text Example
White with #21680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21680A; }
p { color: rgb(33,104,10); }
H1.HeaderClassName
{
color: #21680A;
}
.AnyTagClassName
{
color: #21680A;
}
</style>
background-color css
<style>
a { background-color: #21680A; }
a { background-color: rgb(33,104,10); }
div.DivClassName
{
background-color: #21680A;
}
.BgClassName
{
background-color: #21680A;
}
</style>
border-color css
<style>
span { border-color: #21680A; }
span { border-color: rgb(33,104,10); }
td.TdClassName
{
border-color: #21680A;
}
.TagClassName
{
border-color: #21680A;
}
</style>