Shades of Myrtle #164714
Tints of Myrtle #164714
RGB
CMYK
RGB Variations
Color information
#164714 (or 0x164714) is known color: Myrtle. HEX triplet: 16, 47 and 14. RGB value is (22,71,20). Sum of RGB (Red+Green+Blue) = 22+71+20=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 71 (28.12% from 255 or 62.83% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 71 - color contains mainly: green. Hex color #164714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164714 is #E9B8EB. Grayscale: #323232. Windows color (decimal): -15317228 or 1328918. OLE color: 1328918.
HSL color Cylindrical-coordinate representation of color #164714: hue angle of 117.65º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #164714 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 71 | 20 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.72 |
| HSL | 117.65º | 0.56% | 0.18% | - |
| HSV(B) | 117.65º | 0.72% | 0.28% | - |
| XYZ | 2.71 | 4.73 | 1.43 | - |
| YUV | 50.54 | 110.77 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 20 | 0.69 | 0 | 0.72 | 0.72 | 117.65 | 0.56 | 0.18 |
| Hex | 16 | 47 | 14 | 45 | 0 | 48 | 48 | 76 | 38 | 12 |
| Octal | 26 | 107 | 24 | 105 | 0 | 110 | 110 | 166 | 70 | 22 |
| Binary | 10110 | 1000111 | 10100 | 1000101 | 0 | 1001000 | 1001000 | 1110110 | 111000 | 10010 |
Color Harmonies of #164714
Complementary color
Monochromatic Colors of #164714
Black with #164714
Text Example
Text Example
White with #164714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164714; }
p { color: rgb(22,71,20); }
H1.HeaderClassName
{
color: #164714;
}
.AnyTagClassName
{
color: #164714;
}
</style>
background-color css
<style>
a { background-color: #164714; }
a { background-color: rgb(22,71,20); }
div.DivClassName
{
background-color: #164714;
}
.BgClassName
{
background-color: #164714;
}
</style>
border-color css
<style>
span { border-color: #164714; }
span { border-color: rgb(22,71,20); }
td.TdClassName
{
border-color: #164714;
}
.TagClassName
{
border-color: #164714;
}
</style>