Shades of Myrtle #114A08
Tints of Myrtle #114A08
RGB
CMYK
RGB Variations
Color information
#114A08 (or 0x114A08) is known color: Myrtle. HEX triplet: 11, 4A and 08. RGB value is (17,74,8). Sum of RGB (Red+Green+Blue) = 17+74+8=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 74 (29.30% from 255 or 74.75% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 74 - color contains mainly: green. Hex color #114A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114A08 is #EEB5F7. Grayscale: #313131. Windows color (decimal): -15644152 or 543249. OLE color: 543249.
HSL color Cylindrical-coordinate representation of color #114A08: hue angle of 111.82º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114A08 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 8 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.71 |
| HSL | 111.82º | 0.8% | 0.16% | - |
| HSV(B) | 111.82º | 0.89% | 0.29% | - |
| XYZ | 2.72 | 5.03 | 1.06 | - |
| YUV | 49.43 | 104.62 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 8 | 0.77 | 0 | 0.89 | 0.71 | 111.82 | 0.8 | 0.16 |
| Hex | 11 | 4A | 8 | 4D | 0 | 59 | 47 | 70 | 50 | 10 |
| Octal | 21 | 112 | 10 | 115 | 0 | 131 | 107 | 160 | 120 | 20 |
| Binary | 10001 | 1001010 | 1000 | 1001101 | 0 | 1011001 | 1000111 | 1110000 | 1010000 | 10000 |
Color Harmonies of #114A08
Complementary color
Monochromatic Colors of #114A08
Black with #114A08
Text Example
Text Example
White with #114A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A08; }
p { color: rgb(17,74,8); }
H1.HeaderClassName
{
color: #114A08;
}
.AnyTagClassName
{
color: #114A08;
}
</style>
background-color css
<style>
a { background-color: #114A08; }
a { background-color: rgb(17,74,8); }
div.DivClassName
{
background-color: #114A08;
}
.BgClassName
{
background-color: #114A08;
}
</style>
border-color css
<style>
span { border-color: #114A08; }
span { border-color: rgb(17,74,8); }
td.TdClassName
{
border-color: #114A08;
}
.TagClassName
{
border-color: #114A08;
}
</style>