Shades of Myrtle #115000
Tints of Myrtle #115000
RGB
CMYK
RGB Variations
Color information
#115000 (or 0x115000) is known color: Myrtle. HEX triplet: 11, 50 and 00. RGB value is (17,80,0). Sum of RGB (Red+Green+Blue) = 17+80+0=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 80 (31.64% from 255 or 82.47% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 80 - color contains mainly: green. Hex color #115000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115000 is #EEAFFF. Grayscale: #343434. Windows color (decimal): -15642624 or 20497. OLE color: 20497.
HSL color Cylindrical-coordinate representation of color #115000: hue angle of 107.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #115000 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 80 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.69 |
| HSL | 107.25º | 1% | 0.16% | - |
| HSV(B) | 107.25º | 1% | 0.31% | - |
| XYZ | 3.1 | 5.86 | 0.97 | - |
| YUV | 52.04 | 98.63 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 0 | 0.79 | 0 | 1 | 0.69 | 107.25 | 1 | 0.16 |
| Hex | 11 | 50 | 0 | 4F | 0 | 64 | 45 | 6B | 64 | 10 |
| Octal | 21 | 120 | 0 | 117 | 0 | 144 | 105 | 153 | 144 | 20 |
| Binary | 10001 | 1010000 | 0 | 1001111 | 0 | 1100100 | 1000101 | 1101011 | 1100100 | 10000 |
Color Harmonies of #115000
Complementary color
Monochromatic Colors of #115000
Black with #115000
Text Example
Text Example
White with #115000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115000; }
p { color: rgb(17,80,0); }
H1.HeaderClassName
{
color: #115000;
}
.AnyTagClassName
{
color: #115000;
}
</style>
background-color css
<style>
a { background-color: #115000; }
a { background-color: rgb(17,80,0); }
div.DivClassName
{
background-color: #115000;
}
.BgClassName
{
background-color: #115000;
}
</style>
border-color css
<style>
span { border-color: #115000; }
span { border-color: rgb(17,80,0); }
td.TdClassName
{
border-color: #115000;
}
.TagClassName
{
border-color: #115000;
}
</style>