Shades of Myrtle #165100
Tints of Myrtle #165100
RGB
CMYK
RGB Variations
Color information
#165100 (or 0x165100) is known color: Myrtle. HEX triplet: 16, 51 and 00. RGB value is (22,81,0). Sum of RGB (Red+Green+Blue) = 22+81+0=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 81 (32.03% from 255 or 78.64% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 81 - color contains mainly: green. Hex color #165100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165100 is #E9AEFF. Grayscale: #363636. Windows color (decimal): -15314688 or 20758. OLE color: 20758.
HSL color Cylindrical-coordinate representation of color #165100: hue angle of 103.7º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #165100 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 81 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.68 |
| HSL | 103.7º | 1% | 0.16% | - |
| HSV(B) | 103.7º | 1% | 0.32% | - |
| XYZ | 3.27 | 6.06 | 1 | - |
| YUV | 54.13 | 97.45 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 0 | 0.73 | 0 | 1 | 0.68 | 103.7 | 1 | 0.16 |
| Hex | 16 | 51 | 0 | 49 | 0 | 64 | 44 | 68 | 64 | 10 |
| Octal | 26 | 121 | 0 | 111 | 0 | 144 | 104 | 150 | 144 | 20 |
| Binary | 10110 | 1010001 | 0 | 1001001 | 0 | 1100100 | 1000100 | 1101000 | 1100100 | 10000 |
Color Harmonies of #165100
Complementary color
Monochromatic Colors of #165100
Black with #165100
Text Example
Text Example
White with #165100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165100; }
p { color: rgb(22,81,0); }
H1.HeaderClassName
{
color: #165100;
}
.AnyTagClassName
{
color: #165100;
}
</style>
background-color css
<style>
a { background-color: #165100; }
a { background-color: rgb(22,81,0); }
div.DivClassName
{
background-color: #165100;
}
.BgClassName
{
background-color: #165100;
}
</style>
border-color css
<style>
span { border-color: #165100; }
span { border-color: rgb(22,81,0); }
td.TdClassName
{
border-color: #165100;
}
.TagClassName
{
border-color: #165100;
}
</style>