Shades of Myrtle #114006
Tints of Myrtle #114006
RGB
CMYK
RGB Variations
Color information
#114006 (or 0x114006) is known color: Myrtle. HEX triplet: 11, 40 and 06. RGB value is (17,64,6). Sum of RGB (Red+Green+Blue) = 17+64+6=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 64 (25.39% from 255 or 73.56% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 64 - color contains mainly: green. Hex color #114006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114006 is #EEBFF9. Grayscale: #2B2B2B. Windows color (decimal): -15646714 or 409617. OLE color: 409617.
HSL color Cylindrical-coordinate representation of color #114006: hue angle of 108.62º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114006 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 64 | 6 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.75 |
| HSL | 108.62º | 0.83% | 0.14% | - |
| HSV(B) | 108.62º | 0.91% | 0.25% | - |
| XYZ | 2.1 | 3.8 | 0.8 | - |
| YUV | 43.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 6 | 0.73 | 0 | 0.91 | 0.75 | 108.62 | 0.83 | 0.14 |
| Hex | 11 | 40 | 6 | 49 | 0 | 5B | 4B | 6D | 53 | E |
| Octal | 21 | 100 | 6 | 111 | 0 | 133 | 113 | 155 | 123 | 16 |
| Binary | 10001 | 1000000 | 110 | 1001001 | 0 | 1011011 | 1001011 | 1101101 | 1010011 | 1110 |
Color Harmonies of #114006
Complementary color
Monochromatic Colors of #114006
Black with #114006
Text Example
Text Example
White with #114006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114006; }
p { color: rgb(17,64,6); }
H1.HeaderClassName
{
color: #114006;
}
.AnyTagClassName
{
color: #114006;
}
</style>
background-color css
<style>
a { background-color: #114006; }
a { background-color: rgb(17,64,6); }
div.DivClassName
{
background-color: #114006;
}
.BgClassName
{
background-color: #114006;
}
</style>
border-color css
<style>
span { border-color: #114006; }
span { border-color: rgb(17,64,6); }
td.TdClassName
{
border-color: #114006;
}
.TagClassName
{
border-color: #114006;
}
</style>