Shades of Myrtle #115F12
Tints of Myrtle #115F12
RGB
CMYK
RGB Variations
Color information
#115F12 (or 0x115F12) is known color: Myrtle. HEX triplet: 11, 5F and 12. RGB value is (17,95,18). Sum of RGB (Red+Green+Blue) = 17+95+18=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 95 (37.5% from 255 or 73.08% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 95 - color contains mainly: green. Hex color #115F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115F12 is #EEA0ED. Grayscale: #3F3F3F. Windows color (decimal): -15638766 or 1203985. OLE color: 1203985.
HSL color Cylindrical-coordinate representation of color #115F12: hue angle of 120.77º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115F12 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 95 | 18 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.63 |
| HSL | 120.77º | 0.7% | 0.22% | - |
| HSV(B) | 120.77º | 0.82% | 0.37% | - |
| XYZ | 4.43 | 8.35 | 1.95 | - |
| YUV | 62.9 | 102.66 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 18 | 0.82 | 0 | 0.81 | 0.63 | 120.77 | 0.7 | 0.22 |
| Hex | 11 | 5F | 12 | 52 | 0 | 51 | 3F | 79 | 46 | 16 |
| Octal | 21 | 137 | 22 | 122 | 0 | 121 | 77 | 171 | 106 | 26 |
| Binary | 10001 | 1011111 | 10010 | 1010010 | 0 | 1010001 | 111111 | 1111001 | 1000110 | 10110 |
Color Harmonies of #115F12
Complementary color
Monochromatic Colors of #115F12
Black with #115F12
Text Example
Text Example
White with #115F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F12; }
p { color: rgb(17,95,18); }
H1.HeaderClassName
{
color: #115F12;
}
.AnyTagClassName
{
color: #115F12;
}
</style>
background-color css
<style>
a { background-color: #115F12; }
a { background-color: rgb(17,95,18); }
div.DivClassName
{
background-color: #115F12;
}
.BgClassName
{
background-color: #115F12;
}
</style>
border-color css
<style>
span { border-color: #115F12; }
span { border-color: rgb(17,95,18); }
td.TdClassName
{
border-color: #115F12;
}
.TagClassName
{
border-color: #115F12;
}
</style>