Shades of Myrtle #164614
Tints of Myrtle #164614
RGB
CMYK
RGB Variations
Color information
#164614 (or 0x164614) is known color: Myrtle. HEX triplet: 16, 46 and 14. RGB value is (22,70,20). Sum of RGB (Red+Green+Blue) = 22+70+20=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 70 (27.73% from 255 or 62.5% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 70 - color contains mainly: green. Hex color #164614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164614 is #E9B9EB. Grayscale: #323232. Windows color (decimal): -15317484 or 1328662. OLE color: 1328662.
HSL color Cylindrical-coordinate representation of color #164614: hue angle of 117.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164614 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 70 | 20 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.73 |
| HSL | 117.6º | 0.56% | 0.18% | - |
| HSV(B) | 117.6º | 0.71% | 0.27% | - |
| XYZ | 2.65 | 4.6 | 1.41 | - |
| YUV | 49.95 | 111.1 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 20 | 0.69 | 0 | 0.71 | 0.73 | 117.6 | 0.56 | 0.18 |
| Hex | 16 | 46 | 14 | 45 | 0 | 47 | 49 | 76 | 38 | 12 |
| Octal | 26 | 106 | 24 | 105 | 0 | 107 | 111 | 166 | 70 | 22 |
| Binary | 10110 | 1000110 | 10100 | 1000101 | 0 | 1000111 | 1001001 | 1110110 | 111000 | 10010 |
Color Harmonies of #164614
Complementary color
Monochromatic Colors of #164614
Black with #164614
Text Example
Text Example
White with #164614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164614; }
p { color: rgb(22,70,20); }
H1.HeaderClassName
{
color: #164614;
}
.AnyTagClassName
{
color: #164614;
}
</style>
background-color css
<style>
a { background-color: #164614; }
a { background-color: rgb(22,70,20); }
div.DivClassName
{
background-color: #164614;
}
.BgClassName
{
background-color: #164614;
}
</style>
border-color css
<style>
span { border-color: #164614; }
span { border-color: rgb(22,70,20); }
td.TdClassName
{
border-color: #164614;
}
.TagClassName
{
border-color: #164614;
}
</style>