Shades of Myrtle #165B00
Tints of Myrtle #165B00
RGB
CMYK
RGB Variations
Color information
#165B00 (or 0x165B00) is known color: Myrtle. HEX triplet: 16, 5B and 00. RGB value is (22,91,0). Sum of RGB (Red+Green+Blue) = 22+91+0=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 91 (35.94% from 255 or 80.53% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 91 - color contains mainly: green. Hex color #165B00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165B00 is #E9A4FF. Grayscale: #3C3C3C. Windows color (decimal): -15312128 or 23318. OLE color: 23318.
HSL color Cylindrical-coordinate representation of color #165B00: hue angle of 105.49º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #165B00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 91 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.64 |
| HSL | 105.49º | 1% | 0.18% | - |
| HSV(B) | 105.49º | 1% | 0.36% | - |
| XYZ | 4.07 | 7.65 | 1.26 | - |
| YUV | 60 | 94.14 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 0 | 0.76 | 0 | 1 | 0.64 | 105.49 | 1 | 0.18 |
| Hex | 16 | 5B | 0 | 4C | 0 | 64 | 40 | 69 | 64 | 12 |
| Octal | 26 | 133 | 0 | 114 | 0 | 144 | 100 | 151 | 144 | 22 |
| Binary | 10110 | 1011011 | 0 | 1001100 | 0 | 1100100 | 1000000 | 1101001 | 1100100 | 10010 |
Color Harmonies of #165B00
Complementary color
Monochromatic Colors of #165B00
Black with #165B00
Text Example
Text Example
White with #165B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165B00; }
p { color: rgb(22,91,0); }
H1.HeaderClassName
{
color: #165B00;
}
.AnyTagClassName
{
color: #165B00;
}
</style>
background-color css
<style>
a { background-color: #165B00; }
a { background-color: rgb(22,91,0); }
div.DivClassName
{
background-color: #165B00;
}
.BgClassName
{
background-color: #165B00;
}
</style>
border-color css
<style>
span { border-color: #165B00; }
span { border-color: rgb(22,91,0); }
td.TdClassName
{
border-color: #165B00;
}
.TagClassName
{
border-color: #165B00;
}
</style>