Shades of Myrtle #16500C
Tints of Myrtle #16500C
RGB
CMYK
RGB Variations
Color information
#16500C (or 0x16500C) is known color: Myrtle. HEX triplet: 16, 50 and 0C. RGB value is (22,80,12). Sum of RGB (Red+Green+Blue) = 22+80+12=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 80 (31.64% from 255 or 70.18% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 80 - color contains mainly: green. Hex color #16500C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16500C is #E9AFF3. Grayscale: #373737. Windows color (decimal): -15314932 or 806934. OLE color: 806934.
HSL color Cylindrical-coordinate representation of color #16500C: hue angle of 111.18º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16500C is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 80 | 12 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.69 |
| HSL | 111.18º | 0.74% | 0.18% | - |
| HSV(B) | 111.18º | 0.85% | 0.31% | - |
| XYZ | 3.27 | 5.93 | 1.32 | - |
| YUV | 54.91 | 103.78 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 12 | 0.72 | 0 | 0.85 | 0.69 | 111.18 | 0.74 | 0.18 |
| Hex | 16 | 50 | C | 48 | 0 | 55 | 45 | 6F | 4A | 12 |
| Octal | 26 | 120 | 14 | 110 | 0 | 125 | 105 | 157 | 112 | 22 |
| Binary | 10110 | 1010000 | 1100 | 1001000 | 0 | 1010101 | 1000101 | 1101111 | 1001010 | 10010 |
Color Harmonies of #16500C
Complementary color
Monochromatic Colors of #16500C
Black with #16500C
Text Example
Text Example
White with #16500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16500C; }
p { color: rgb(22,80,12); }
H1.HeaderClassName
{
color: #16500C;
}
.AnyTagClassName
{
color: #16500C;
}
</style>
background-color css
<style>
a { background-color: #16500C; }
a { background-color: rgb(22,80,12); }
div.DivClassName
{
background-color: #16500C;
}
.BgClassName
{
background-color: #16500C;
}
</style>
border-color css
<style>
span { border-color: #16500C; }
span { border-color: rgb(22,80,12); }
td.TdClassName
{
border-color: #16500C;
}
.TagClassName
{
border-color: #16500C;
}
</style>