Shades of Myrtle #165A00
Tints of Myrtle #165A00
RGB
CMYK
RGB Variations
Color information
#165A00 (or 0x165A00) is known color: Myrtle. HEX triplet: 16, 5A and 00. RGB value is (22,90,0). Sum of RGB (Red+Green+Blue) = 22+90+0=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 90 (35.55% from 255 or 80.36% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 90 - color contains mainly: green. Hex color #165A00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165A00 is #E9A5FF. Grayscale: #3B3B3B. Windows color (decimal): -15312384 or 23062. OLE color: 23062.
HSL color Cylindrical-coordinate representation of color #165A00: hue angle of 105.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #165A00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.65 |
| HSL | 105.33º | 1% | 0.18% | - |
| HSV(B) | 105.33º | 1% | 0.35% | - |
| XYZ | 3.99 | 7.48 | 1.23 | - |
| YUV | 59.41 | 94.47 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 0 | 0.76 | 0 | 1 | 0.65 | 105.33 | 1 | 0.18 |
| Hex | 16 | 5A | 0 | 4C | 0 | 64 | 41 | 69 | 64 | 12 |
| Octal | 26 | 132 | 0 | 114 | 0 | 144 | 101 | 151 | 144 | 22 |
| Binary | 10110 | 1011010 | 0 | 1001100 | 0 | 1100100 | 1000001 | 1101001 | 1100100 | 10010 |
Color Harmonies of #165A00
Complementary color
Monochromatic Colors of #165A00
Black with #165A00
Text Example
Text Example
White with #165A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A00; }
p { color: rgb(22,90,0); }
H1.HeaderClassName
{
color: #165A00;
}
.AnyTagClassName
{
color: #165A00;
}
</style>
background-color css
<style>
a { background-color: #165A00; }
a { background-color: rgb(22,90,0); }
div.DivClassName
{
background-color: #165A00;
}
.BgClassName
{
background-color: #165A00;
}
</style>
border-color css
<style>
span { border-color: #165A00; }
span { border-color: rgb(22,90,0); }
td.TdClassName
{
border-color: #165A00;
}
.TagClassName
{
border-color: #165A00;
}
</style>