Shades of Myrtle #165F16
Tints of Myrtle #165F16
RGB
CMYK
RGB Variations
Color information
#165F16 (or 0x165F16) is known color: Myrtle. HEX triplet: 16, 5F and 16. RGB value is (22,95,22). Sum of RGB (Red+Green+Blue) = 22+95+22=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 95 (37.5% from 255 or 68.35% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 95 - color contains mainly: green. Hex color #165F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165F16 is #E9A0E9. Grayscale: #414141. Windows color (decimal): -15311082 or 1466134. OLE color: 1466134.
HSL color Cylindrical-coordinate representation of color #165F16: hue angle of 120º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165F16 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 95 | 22 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.63 |
| HSL | 120º | 0.62% | 0.23% | - |
| HSV(B) | 120º | 0.77% | 0.37% | - |
| XYZ | 4.57 | 8.41 | 2.14 | - |
| YUV | 64.85 | 103.82 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 22 | 0.77 | 0 | 0.77 | 0.63 | 120 | 0.62 | 0.23 |
| Hex | 16 | 5F | 16 | 4D | 0 | 4D | 3F | 78 | 3E | 17 |
| Octal | 26 | 137 | 26 | 115 | 0 | 115 | 77 | 170 | 76 | 27 |
| Binary | 10110 | 1011111 | 10110 | 1001101 | 0 | 1001101 | 111111 | 1111000 | 111110 | 10111 |
Color Harmonies of #165F16
Complementary color
Monochromatic Colors of #165F16
Black with #165F16
Text Example
Text Example
White with #165F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165F16; }
p { color: rgb(22,95,22); }
H1.HeaderClassName
{
color: #165F16;
}
.AnyTagClassName
{
color: #165F16;
}
</style>
background-color css
<style>
a { background-color: #165F16; }
a { background-color: rgb(22,95,22); }
div.DivClassName
{
background-color: #165F16;
}
.BgClassName
{
background-color: #165F16;
}
</style>
border-color css
<style>
span { border-color: #165F16; }
span { border-color: rgb(22,95,22); }
td.TdClassName
{
border-color: #165F16;
}
.TagClassName
{
border-color: #165F16;
}
</style>