Shades of Myrtle #166010
Tints of Myrtle #166010
RGB
CMYK
RGB Variations
Color information
#166010 (or 0x166010) is known color: Myrtle. HEX triplet: 16, 60 and 10. RGB value is (22,96,16). Sum of RGB (Red+Green+Blue) = 22+96+16=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 96 (37.89% from 255 or 71.64% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 96 - color contains mainly: green. Hex color #166010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166010 is #E99FEF. Grayscale: #414141. Windows color (decimal): -15310832 or 1073174. OLE color: 1073174.
HSL color Cylindrical-coordinate representation of color #166010: hue angle of 115.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #166010 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 96 | 16 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.62 |
| HSL | 115.5º | 0.71% | 0.22% | - |
| HSV(B) | 115.5º | 0.83% | 0.38% | - |
| XYZ | 4.61 | 8.57 | 1.9 | - |
| YUV | 64.75 | 100.48 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 96 | 16 | 0.77 | 0 | 0.83 | 0.62 | 115.5 | 0.71 | 0.22 |
| Hex | 16 | 60 | 10 | 4D | 0 | 53 | 3E | 74 | 47 | 16 |
| Octal | 26 | 140 | 20 | 115 | 0 | 123 | 76 | 164 | 107 | 26 |
| Binary | 10110 | 1100000 | 10000 | 1001101 | 0 | 1010011 | 111110 | 1110100 | 1000111 | 10110 |
Color Harmonies of #166010
Complementary color
Monochromatic Colors of #166010
Black with #166010
Text Example
Text Example
White with #166010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166010; }
p { color: rgb(22,96,16); }
H1.HeaderClassName
{
color: #166010;
}
.AnyTagClassName
{
color: #166010;
}
</style>
background-color css
<style>
a { background-color: #166010; }
a { background-color: rgb(22,96,16); }
div.DivClassName
{
background-color: #166010;
}
.BgClassName
{
background-color: #166010;
}
</style>
border-color css
<style>
span { border-color: #166010; }
span { border-color: rgb(22,96,16); }
td.TdClassName
{
border-color: #166010;
}
.TagClassName
{
border-color: #166010;
}
</style>