Shades of Myrtle #104E07
Tints of Myrtle #104E07
RGB
CMYK
RGB Variations
Color information
#104E07 (or 0x104E07) is known color: Myrtle. HEX triplet: 10, 4E and 07. RGB value is (16,78,7). Sum of RGB (Red+Green+Blue) = 16+78+7=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 78 (30.86% from 255 or 77.23% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 78 - color contains mainly: green. Hex color #104E07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104E07 is #EFB1F8. Grayscale: #333333. Windows color (decimal): -15708665 or 478736. OLE color: 478736.
HSL color Cylindrical-coordinate representation of color #104E07: hue angle of 112.39º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104E07 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 78 | 7 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.69 |
| HSL | 112.39º | 0.84% | 0.17% | - |
| HSV(B) | 112.39º | 0.91% | 0.31% | - |
| XYZ | 2.98 | 5.57 | 1.12 | - |
| YUV | 51.37 | 102.96 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 7 | 0.79 | 0 | 0.91 | 0.69 | 112.39 | 0.84 | 0.17 |
| Hex | 10 | 4E | 7 | 4F | 0 | 5B | 45 | 70 | 54 | 11 |
| Octal | 20 | 116 | 7 | 117 | 0 | 133 | 105 | 160 | 124 | 21 |
| Binary | 10000 | 1001110 | 111 | 1001111 | 0 | 1011011 | 1000101 | 1110000 | 1010100 | 10001 |
Color Harmonies of #104E07
Complementary color
Monochromatic Colors of #104E07
Black with #104E07
Text Example
Text Example
White with #104E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E07; }
p { color: rgb(16,78,7); }
H1.HeaderClassName
{
color: #104E07;
}
.AnyTagClassName
{
color: #104E07;
}
</style>
background-color css
<style>
a { background-color: #104E07; }
a { background-color: rgb(16,78,7); }
div.DivClassName
{
background-color: #104E07;
}
.BgClassName
{
background-color: #104E07;
}
</style>
border-color css
<style>
span { border-color: #104E07; }
span { border-color: rgb(16,78,7); }
td.TdClassName
{
border-color: #104E07;
}
.TagClassName
{
border-color: #104E07;
}
</style>