Shades of Myrtle #165117
Tints of Myrtle #165117
RGB
CMYK
RGB Variations
Color information
#165117 (or 0x165117) is known color: Myrtle. HEX triplet: 16, 51 and 17. RGB value is (22,81,23). Sum of RGB (Red+Green+Blue) = 22+81+23=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 81 (32.03% from 255 or 64.29% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 81 - color contains mainly: green. Hex color #165117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165117 is #E9AEE8. Grayscale: #383838. Windows color (decimal): -15314665 or 1528086. OLE color: 1528086.
HSL color Cylindrical-coordinate representation of color #165117: hue angle of 121.02º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165117 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 81 | 23 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.68 |
| HSL | 121.02º | 0.57% | 0.2% | - |
| HSV(B) | 121.02º | 0.73% | 0.32% | - |
| XYZ | 3.43 | 6.12 | 1.81 | - |
| YUV | 56.75 | 108.95 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 23 | 0.73 | 0 | 0.72 | 0.68 | 121.02 | 0.57 | 0.2 |
| Hex | 16 | 51 | 17 | 49 | 0 | 48 | 44 | 79 | 39 | 14 |
| Octal | 26 | 121 | 27 | 111 | 0 | 110 | 104 | 171 | 71 | 24 |
| Binary | 10110 | 1010001 | 10111 | 1001001 | 0 | 1001000 | 1000100 | 1111001 | 111001 | 10100 |
Color Harmonies of #165117
Complementary color
Monochromatic Colors of #165117
Black with #165117
Text Example
Text Example
White with #165117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165117; }
p { color: rgb(22,81,23); }
H1.HeaderClassName
{
color: #165117;
}
.AnyTagClassName
{
color: #165117;
}
</style>
background-color css
<style>
a { background-color: #165117; }
a { background-color: rgb(22,81,23); }
div.DivClassName
{
background-color: #165117;
}
.BgClassName
{
background-color: #165117;
}
</style>
border-color css
<style>
span { border-color: #165117; }
span { border-color: rgb(22,81,23); }
td.TdClassName
{
border-color: #165117;
}
.TagClassName
{
border-color: #165117;
}
</style>