Shades of Myrtle #166310
Tints of Myrtle #166310
RGB
CMYK
RGB Variations
Color information
#166310 (or 0x166310) is known color: Myrtle. HEX triplet: 16, 63 and 10. RGB value is (22,99,16). Sum of RGB (Red+Green+Blue) = 22+99+16=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 99 (39.06% from 255 or 72.26% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 99 - color contains mainly: green. Hex color #166310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166310 is #E99CEF. Grayscale: #424242. Windows color (decimal): -15310064 or 1073942. OLE color: 1073942.
HSL color Cylindrical-coordinate representation of color #166310: hue angle of 115.66º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #166310 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 99 | 16 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.61 |
| HSL | 115.66º | 0.72% | 0.23% | - |
| HSV(B) | 115.66º | 0.84% | 0.39% | - |
| XYZ | 4.89 | 9.13 | 2 | - |
| YUV | 66.52 | 99.49 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 16 | 0.78 | 0 | 0.84 | 0.61 | 115.66 | 0.72 | 0.23 |
| Hex | 16 | 63 | 10 | 4E | 0 | 54 | 3D | 74 | 48 | 17 |
| Octal | 26 | 143 | 20 | 116 | 0 | 124 | 75 | 164 | 110 | 27 |
| Binary | 10110 | 1100011 | 10000 | 1001110 | 0 | 1010100 | 111101 | 1110100 | 1001000 | 10111 |
Color Harmonies of #166310
Complementary color
Monochromatic Colors of #166310
Black with #166310
Text Example
Text Example
White with #166310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166310; }
p { color: rgb(22,99,16); }
H1.HeaderClassName
{
color: #166310;
}
.AnyTagClassName
{
color: #166310;
}
</style>
background-color css
<style>
a { background-color: #166310; }
a { background-color: rgb(22,99,16); }
div.DivClassName
{
background-color: #166310;
}
.BgClassName
{
background-color: #166310;
}
</style>
border-color css
<style>
span { border-color: #166310; }
span { border-color: rgb(22,99,16); }
td.TdClassName
{
border-color: #166310;
}
.TagClassName
{
border-color: #166310;
}
</style>