Shades of Myrtle #104F16
Tints of Myrtle #104F16
RGB
CMYK
RGB Variations
Color information
#104F16 (or 0x104F16) is known color: Myrtle. HEX triplet: 10, 4F and 16. RGB value is (16,79,22). Sum of RGB (Red+Green+Blue) = 16+79+22=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 79 (31.25% from 255 or 67.52% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 79 - color contains mainly: green. Hex color #104F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104F16 is #EFB0E9. Grayscale: #353535. Windows color (decimal): -15708394 or 1462032. OLE color: 1462032.
HSL color Cylindrical-coordinate representation of color #104F16: hue angle of 125.71º 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 #104F16 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 79 | 22 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.69 |
| HSL | 125.71º | 0.66% | 0.19% | - |
| HSV(B) | 125.71º | 0.8% | 0.31% | - |
| XYZ | 3.15 | 5.76 | 1.7 | - |
| YUV | 53.67 | 110.13 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 22 | 0.80 | 0 | 0.72 | 0.69 | 125.71 | 0.66 | 0.19 |
| Hex | 10 | 4F | 16 | 50 | 0 | 48 | 45 | 7E | 42 | 13 |
| Octal | 20 | 117 | 26 | 120 | 0 | 110 | 105 | 176 | 102 | 23 |
| Binary | 10000 | 1001111 | 10110 | 1010000 | 0 | 1001000 | 1000101 | 1111110 | 1000010 | 10011 |
Color Harmonies of #104F16
Complementary color
Monochromatic Colors of #104F16
Black with #104F16
Text Example
Text Example
White with #104F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F16; }
p { color: rgb(16,79,22); }
H1.HeaderClassName
{
color: #104F16;
}
.AnyTagClassName
{
color: #104F16;
}
</style>
background-color css
<style>
a { background-color: #104F16; }
a { background-color: rgb(16,79,22); }
div.DivClassName
{
background-color: #104F16;
}
.BgClassName
{
background-color: #104F16;
}
</style>
border-color css
<style>
span { border-color: #104F16; }
span { border-color: rgb(16,79,22); }
td.TdClassName
{
border-color: #104F16;
}
.TagClassName
{
border-color: #104F16;
}
</style>