Shades of Myrtle #165900
Tints of Myrtle #165900
RGB
CMYK
RGB Variations
Color information
#165900 (or 0x165900) is known color: Myrtle. HEX triplet: 16, 59 and 00. RGB value is (22,89,0). Sum of RGB (Red+Green+Blue) = 22+89+0=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 89 (35.16% from 255 or 80.18% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 89 - color contains mainly: green. Hex color #165900 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165900 is #E9A6FF. Grayscale: #3B3B3B. Windows color (decimal): -15312640 or 22806. OLE color: 22806.
HSL color Cylindrical-coordinate representation of color #165900: hue angle of 105.17º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #165900 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 89 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.65 |
| HSL | 105.17º | 1% | 0.17% | - |
| HSV(B) | 105.17º | 1% | 0.35% | - |
| XYZ | 3.9 | 7.32 | 1.21 | - |
| YUV | 58.82 | 94.8 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 0 | 0.75 | 0 | 1 | 0.65 | 105.17 | 1 | 0.17 |
| Hex | 16 | 59 | 0 | 4B | 0 | 64 | 41 | 69 | 64 | 11 |
| Octal | 26 | 131 | 0 | 113 | 0 | 144 | 101 | 151 | 144 | 21 |
| Binary | 10110 | 1011001 | 0 | 1001011 | 0 | 1100100 | 1000001 | 1101001 | 1100100 | 10001 |
Color Harmonies of #165900
Complementary color
Monochromatic Colors of #165900
Black with #165900
Text Example
Text Example
White with #165900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165900; }
p { color: rgb(22,89,0); }
H1.HeaderClassName
{
color: #165900;
}
.AnyTagClassName
{
color: #165900;
}
</style>
background-color css
<style>
a { background-color: #165900; }
a { background-color: rgb(22,89,0); }
div.DivClassName
{
background-color: #165900;
}
.BgClassName
{
background-color: #165900;
}
</style>
border-color css
<style>
span { border-color: #165900; }
span { border-color: rgb(22,89,0); }
td.TdClassName
{
border-color: #165900;
}
.TagClassName
{
border-color: #165900;
}
</style>