Shades of Myrtle #104F14
Tints of Myrtle #104F14
RGB
CMYK
RGB Variations
Color information
#104F14 (or 0x104F14) is known color: Myrtle. HEX triplet: 10, 4F and 14. RGB value is (16,79,20). Sum of RGB (Red+Green+Blue) = 16+79+20=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 79 (31.25% from 255 or 68.70% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 79 - color contains mainly: green. Hex color #104F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104F14 is #EFB0EB. Grayscale: #353535. Windows color (decimal): -15708396 or 1330960. OLE color: 1330960.
HSL color Cylindrical-coordinate representation of color #104F14: hue angle of 123.81º 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 #104F14 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 79 | 20 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.69 |
| HSL | 123.81º | 0.66% | 0.19% | - |
| HSV(B) | 123.81º | 0.8% | 0.31% | - |
| XYZ | 3.14 | 5.75 | 1.61 | - |
| YUV | 53.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 20 | 0.80 | 0 | 0.75 | 0.69 | 123.81 | 0.66 | 0.19 |
| Hex | 10 | 4F | 14 | 50 | 0 | 4B | 45 | 7C | 42 | 13 |
| Octal | 20 | 117 | 24 | 120 | 0 | 113 | 105 | 174 | 102 | 23 |
| Binary | 10000 | 1001111 | 10100 | 1010000 | 0 | 1001011 | 1000101 | 1111100 | 1000010 | 10011 |
Color Harmonies of #104F14
Complementary color
Monochromatic Colors of #104F14
Black with #104F14
Text Example
Text Example
White with #104F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F14; }
p { color: rgb(16,79,20); }
H1.HeaderClassName
{
color: #104F14;
}
.AnyTagClassName
{
color: #104F14;
}
</style>
background-color css
<style>
a { background-color: #104F14; }
a { background-color: rgb(16,79,20); }
div.DivClassName
{
background-color: #104F14;
}
.BgClassName
{
background-color: #104F14;
}
</style>
border-color css
<style>
span { border-color: #104F14; }
span { border-color: rgb(16,79,20); }
td.TdClassName
{
border-color: #104F14;
}
.TagClassName
{
border-color: #104F14;
}
</style>