Shades of Myrtle #165714
Tints of Myrtle #165714
RGB
CMYK
RGB Variations
Color information
#165714 (or 0x165714) is known color: Myrtle. HEX triplet: 16, 57 and 14. RGB value is (22,87,20). Sum of RGB (Red+Green+Blue) = 22+87+20=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 87 (34.38% from 255 or 67.44% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 87 - color contains mainly: green. Hex color #165714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165714 is #E9A8EB. Grayscale: #3C3C3C. Windows color (decimal): -15313132 or 1333014. OLE color: 1333014.
HSL color Cylindrical-coordinate representation of color #165714: hue angle of 118.21º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165714 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 87 | 20 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.66 |
| HSL | 118.21º | 0.63% | 0.21% | - |
| HSV(B) | 118.21º | 0.77% | 0.34% | - |
| XYZ | 3.87 | 7.04 | 1.82 | - |
| YUV | 59.93 | 105.47 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 20 | 0.75 | 0 | 0.77 | 0.66 | 118.21 | 0.63 | 0.21 |
| Hex | 16 | 57 | 14 | 4B | 0 | 4D | 42 | 76 | 3F | 15 |
| Octal | 26 | 127 | 24 | 113 | 0 | 115 | 102 | 166 | 77 | 25 |
| Binary | 10110 | 1010111 | 10100 | 1001011 | 0 | 1001101 | 1000010 | 1110110 | 111111 | 10101 |
Color Harmonies of #165714
Complementary color
Monochromatic Colors of #165714
Black with #165714
Text Example
Text Example
White with #165714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165714; }
p { color: rgb(22,87,20); }
H1.HeaderClassName
{
color: #165714;
}
.AnyTagClassName
{
color: #165714;
}
</style>
background-color css
<style>
a { background-color: #165714; }
a { background-color: rgb(22,87,20); }
div.DivClassName
{
background-color: #165714;
}
.BgClassName
{
background-color: #165714;
}
</style>
border-color css
<style>
span { border-color: #165714; }
span { border-color: rgb(22,87,20); }
td.TdClassName
{
border-color: #165714;
}
.TagClassName
{
border-color: #165714;
}
</style>