Shades of Myrtle #176014
Tints of Myrtle #176014
RGB
CMYK
RGB Variations
Color information
#176014 (or 0x176014) is known color: Myrtle. HEX triplet: 17, 60 and 14. RGB value is (23,96,20). Sum of RGB (Red+Green+Blue) = 23+96+20=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 96 (37.89% from 255 or 69.06% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 96 - color contains mainly: green. Hex color #176014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #176014 is #E89FEB. Grayscale: #414141. Windows color (decimal): -15245292 or 1335319. OLE color: 1335319.
HSL color Cylindrical-coordinate representation of color #176014: hue angle of 117.63º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #176014 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 96 | 20 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.62 |
| HSL | 117.63º | 0.66% | 0.23% | - |
| HSV(B) | 117.63º | 0.79% | 0.38% | - |
| XYZ | 4.66 | 8.6 | 2.08 | - |
| YUV | 65.51 | 102.32 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 20 | 0.76 | 0 | 0.79 | 0.62 | 117.63 | 0.66 | 0.23 |
| Hex | 17 | 60 | 14 | 4C | 0 | 4F | 3E | 76 | 42 | 17 |
| Octal | 27 | 140 | 24 | 114 | 0 | 117 | 76 | 166 | 102 | 27 |
| Binary | 10111 | 1100000 | 10100 | 1001100 | 0 | 1001111 | 111110 | 1110110 | 1000010 | 10111 |
Color Harmonies of #176014
Complementary color
Monochromatic Colors of #176014
Black with #176014
Text Example
Text Example
White with #176014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176014; }
p { color: rgb(23,96,20); }
H1.HeaderClassName
{
color: #176014;
}
.AnyTagClassName
{
color: #176014;
}
</style>
background-color css
<style>
a { background-color: #176014; }
a { background-color: rgb(23,96,20); }
div.DivClassName
{
background-color: #176014;
}
.BgClassName
{
background-color: #176014;
}
</style>
border-color css
<style>
span { border-color: #176014; }
span { border-color: rgb(23,96,20); }
td.TdClassName
{
border-color: #176014;
}
.TagClassName
{
border-color: #176014;
}
</style>