Shades of Myrtle #104F15
Tints of Myrtle #104F15
RGB
CMYK
RGB Variations
Color information
#104F15 (or 0x104F15) is known color: Myrtle. HEX triplet: 10, 4F and 15. RGB value is (16,79,21). Sum of RGB (Red+Green+Blue) = 16+79+21=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 79 (31.25% from 255 or 68.10% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 79 - color contains mainly: green. Hex color #104F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104F15 is #EFB0EA. Grayscale: #353535. Windows color (decimal): -15708395 or 1396496. OLE color: 1396496.
HSL color Cylindrical-coordinate representation of color #104F15: hue angle of 124.76º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104F15 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 79 | 21 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.69 |
| HSL | 124.76º | 0.66% | 0.19% | - |
| HSV(B) | 124.76º | 0.8% | 0.31% | - |
| XYZ | 3.15 | 5.76 | 1.65 | - |
| YUV | 53.55 | 109.63 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 21 | 0.80 | 0 | 0.73 | 0.69 | 124.76 | 0.66 | 0.19 |
| Hex | 10 | 4F | 15 | 50 | 0 | 49 | 45 | 7D | 42 | 13 |
| Octal | 20 | 117 | 25 | 120 | 0 | 111 | 105 | 175 | 102 | 23 |
| Binary | 10000 | 1001111 | 10101 | 1010000 | 0 | 1001001 | 1000101 | 1111101 | 1000010 | 10011 |
Color Harmonies of #104F15
Complementary color
Monochromatic Colors of #104F15
Black with #104F15
Text Example
Text Example
White with #104F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F15; }
p { color: rgb(16,79,21); }
H1.HeaderClassName
{
color: #104F15;
}
.AnyTagClassName
{
color: #104F15;
}
</style>
background-color css
<style>
a { background-color: #104F15; }
a { background-color: rgb(16,79,21); }
div.DivClassName
{
background-color: #104F15;
}
.BgClassName
{
background-color: #104F15;
}
</style>
border-color css
<style>
span { border-color: #104F15; }
span { border-color: rgb(16,79,21); }
td.TdClassName
{
border-color: #104F15;
}
.TagClassName
{
border-color: #104F15;
}
</style>