Shades of Myrtle #115B14
Tints of Myrtle #115B14
RGB
CMYK
RGB Variations
Color information
#115B14 (or 0x115B14) is known color: Myrtle. HEX triplet: 11, 5B and 14. RGB value is (17,91,20). Sum of RGB (Red+Green+Blue) = 17+91+20=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 91 (35.94% from 255 or 71.09% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 91 - color contains mainly: green. Hex color #115B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115B14 is #EEA4EB. Grayscale: #3C3C3C. Windows color (decimal): -15639788 or 1334033. OLE color: 1334033.
HSL color Cylindrical-coordinate representation of color #115B14: hue angle of 122.43º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115B14 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 91 | 20 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.64 |
| HSL | 122.43º | 0.69% | 0.21% | - |
| HSV(B) | 122.43º | 0.81% | 0.36% | - |
| XYZ | 4.1 | 7.65 | 1.92 | - |
| YUV | 60.78 | 104.98 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 20 | 0.81 | 0 | 0.78 | 0.64 | 122.43 | 0.69 | 0.21 |
| Hex | 11 | 5B | 14 | 51 | 0 | 4E | 40 | 7A | 45 | 15 |
| Octal | 21 | 133 | 24 | 121 | 0 | 116 | 100 | 172 | 105 | 25 |
| Binary | 10001 | 1011011 | 10100 | 1010001 | 0 | 1001110 | 1000000 | 1111010 | 1000101 | 10101 |
Color Harmonies of #115B14
Complementary color
Monochromatic Colors of #115B14
Black with #115B14
Text Example
Text Example
White with #115B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B14; }
p { color: rgb(17,91,20); }
H1.HeaderClassName
{
color: #115B14;
}
.AnyTagClassName
{
color: #115B14;
}
</style>
background-color css
<style>
a { background-color: #115B14; }
a { background-color: rgb(17,91,20); }
div.DivClassName
{
background-color: #115B14;
}
.BgClassName
{
background-color: #115B14;
}
</style>
border-color css
<style>
span { border-color: #115B14; }
span { border-color: rgb(17,91,20); }
td.TdClassName
{
border-color: #115B14;
}
.TagClassName
{
border-color: #115B14;
}
</style>