Shades of Myrtle #164616
Tints of Myrtle #164616
RGB
CMYK
RGB Variations
Color information
#164616 (or 0x164616) is known color: Myrtle. HEX triplet: 16, 46 and 16. RGB value is (22,70,22). Sum of RGB (Red+Green+Blue) = 22+70+22=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 70 (27.73% from 255 or 61.40% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 70 - color contains mainly: green. Hex color #164616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164616 is #E9B9E9. Grayscale: #323232. Windows color (decimal): -15317482 or 1459734. OLE color: 1459734.
HSL color Cylindrical-coordinate representation of color #164616: hue angle of 120º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164616 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 70 | 22 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.73 |
| HSL | 120º | 0.52% | 0.18% | - |
| HSV(B) | 120º | 0.69% | 0.27% | - |
| XYZ | 2.67 | 4.61 | 1.51 | - |
| YUV | 50.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 22 | 0.69 | 0 | 0.69 | 0.73 | 120 | 0.52 | 0.18 |
| Hex | 16 | 46 | 16 | 45 | 0 | 45 | 49 | 78 | 34 | 12 |
| Octal | 26 | 106 | 26 | 105 | 0 | 105 | 111 | 170 | 64 | 22 |
| Binary | 10110 | 1000110 | 10110 | 1000101 | 0 | 1000101 | 1001001 | 1111000 | 110100 | 10010 |
Color Harmonies of #164616
Complementary color
Monochromatic Colors of #164616
Black with #164616
Text Example
Text Example
White with #164616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164616; }
p { color: rgb(22,70,22); }
H1.HeaderClassName
{
color: #164616;
}
.AnyTagClassName
{
color: #164616;
}
</style>
background-color css
<style>
a { background-color: #164616; }
a { background-color: rgb(22,70,22); }
div.DivClassName
{
background-color: #164616;
}
.BgClassName
{
background-color: #164616;
}
</style>
border-color css
<style>
span { border-color: #164616; }
span { border-color: rgb(22,70,22); }
td.TdClassName
{
border-color: #164616;
}
.TagClassName
{
border-color: #164616;
}
</style>