Shades of Myrtle #165912
Tints of Myrtle #165912
RGB
CMYK
RGB Variations
Color information
#165912 (or 0x165912) is known color: Myrtle. HEX triplet: 16, 59 and 12. RGB value is (22,89,18). Sum of RGB (Red+Green+Blue) = 22+89+18=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 89 (35.16% from 255 or 68.99% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 89 - color contains mainly: green. Hex color #165912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165912 is #E9A6ED. Grayscale: #3D3D3D. Windows color (decimal): -15312622 or 1202454. OLE color: 1202454.
HSL color Cylindrical-coordinate representation of color #165912: hue angle of 116.62º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165912 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 89 | 18 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.65 |
| HSL | 116.62º | 0.66% | 0.21% | - |
| HSV(B) | 116.62º | 0.8% | 0.35% | - |
| XYZ | 4.01 | 7.36 | 1.78 | - |
| YUV | 60.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 18 | 0.75 | 0 | 0.80 | 0.65 | 116.62 | 0.66 | 0.21 |
| Hex | 16 | 59 | 12 | 4B | 0 | 50 | 41 | 75 | 42 | 15 |
| Octal | 26 | 131 | 22 | 113 | 0 | 120 | 101 | 165 | 102 | 25 |
| Binary | 10110 | 1011001 | 10010 | 1001011 | 0 | 1010000 | 1000001 | 1110101 | 1000010 | 10101 |
Color Harmonies of #165912
Complementary color
Monochromatic Colors of #165912
Black with #165912
Text Example
Text Example
White with #165912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165912; }
p { color: rgb(22,89,18); }
H1.HeaderClassName
{
color: #165912;
}
.AnyTagClassName
{
color: #165912;
}
</style>
background-color css
<style>
a { background-color: #165912; }
a { background-color: rgb(22,89,18); }
div.DivClassName
{
background-color: #165912;
}
.BgClassName
{
background-color: #165912;
}
</style>
border-color css
<style>
span { border-color: #165912; }
span { border-color: rgb(22,89,18); }
td.TdClassName
{
border-color: #165912;
}
.TagClassName
{
border-color: #165912;
}
</style>