Shades of Myrtle #165000
Tints of Myrtle #165000
RGB
CMYK
RGB Variations
Color information
#165000 (or 0x165000) is known color: Myrtle. HEX triplet: 16, 50 and 00. RGB value is (22,80,0). Sum of RGB (Red+Green+Blue) = 22+80+0=102 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.57% from 102); Green value is 80 (31.64% from 255 or 78.43% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 80 - color contains mainly: green. Hex color #165000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165000 is #E9AFFF. Grayscale: #353535. Windows color (decimal): -15314944 or 20502. OLE color: 20502.
HSL color Cylindrical-coordinate representation of color #165000: hue angle of 103.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #165000 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 80 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.69 |
| HSL | 103.5º | 1% | 0.16% | - |
| HSV(B) | 103.5º | 1% | 0.31% | - |
| XYZ | 3.2 | 5.91 | 0.97 | - |
| YUV | 53.54 | 97.78 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 0 | 0.72 | 0 | 1 | 0.69 | 103.5 | 1 | 0.16 |
| Hex | 16 | 50 | 0 | 48 | 0 | 64 | 45 | 68 | 64 | 10 |
| Octal | 26 | 120 | 0 | 110 | 0 | 144 | 105 | 150 | 144 | 20 |
| Binary | 10110 | 1010000 | 0 | 1001000 | 0 | 1100100 | 1000101 | 1101000 | 1100100 | 10000 |
Color Harmonies of #165000
Complementary color
Monochromatic Colors of #165000
Black with #165000
Text Example
Text Example
White with #165000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165000; }
p { color: rgb(22,80,0); }
H1.HeaderClassName
{
color: #165000;
}
.AnyTagClassName
{
color: #165000;
}
</style>
background-color css
<style>
a { background-color: #165000; }
a { background-color: rgb(22,80,0); }
div.DivClassName
{
background-color: #165000;
}
.BgClassName
{
background-color: #165000;
}
</style>
border-color css
<style>
span { border-color: #165000; }
span { border-color: rgb(22,80,0); }
td.TdClassName
{
border-color: #165000;
}
.TagClassName
{
border-color: #165000;
}
</style>