Shades of Myrtle #115704
Tints of Myrtle #115704
RGB
CMYK
RGB Variations
Color information
#115704 (or 0x115704) is known color: Myrtle. HEX triplet: 11, 57 and 04. RGB value is (17,87,4). Sum of RGB (Red+Green+Blue) = 17+87+4=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 87 (34.38% from 255 or 80.56% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 87 - color contains mainly: green. Hex color #115704 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115704 is #EEA8FB. Grayscale: #383838. Windows color (decimal): -15640828 or 284433. OLE color: 284433.
HSL color Cylindrical-coordinate representation of color #115704: hue angle of 110.6º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #115704 is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 87 | 4 | - |
| CMYK | 0.80 | 0 | 0.95 | 0.66 |
| HSL | 110.6º | 0.91% | 0.18% | - |
| HSV(B) | 110.6º | 0.95% | 0.34% | - |
| XYZ | 3.66 | 6.94 | 1.26 | - |
| YUV | 56.61 | 98.31 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 4 | 0.80 | 0 | 0.95 | 0.66 | 110.6 | 0.91 | 0.18 |
| Hex | 11 | 57 | 4 | 50 | 0 | 5F | 42 | 6F | 5B | 12 |
| Octal | 21 | 127 | 4 | 120 | 0 | 137 | 102 | 157 | 133 | 22 |
| Binary | 10001 | 1010111 | 100 | 1010000 | 0 | 1011111 | 1000010 | 1101111 | 1011011 | 10010 |
Color Harmonies of #115704
Complementary color
Monochromatic Colors of #115704
Black with #115704
Text Example
Text Example
White with #115704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115704; }
p { color: rgb(17,87,4); }
H1.HeaderClassName
{
color: #115704;
}
.AnyTagClassName
{
color: #115704;
}
</style>
background-color css
<style>
a { background-color: #115704; }
a { background-color: rgb(17,87,4); }
div.DivClassName
{
background-color: #115704;
}
.BgClassName
{
background-color: #115704;
}
</style>
border-color css
<style>
span { border-color: #115704; }
span { border-color: rgb(17,87,4); }
td.TdClassName
{
border-color: #115704;
}
.TagClassName
{
border-color: #115704;
}
</style>