Shades of Myrtle #103707
Tints of Myrtle #103707
RGB
CMYK
RGB Variations
Color information
#103707 (or 0x103707) is known color: Myrtle. HEX triplet: 10, 37 and 07. RGB value is (16,55,7). Sum of RGB (Red+Green+Blue) = 16+55+7=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 55 (21.88% from 255 or 70.51% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 55 - color contains mainly: green. Hex color #103707 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103707 is #EFC8F8. Grayscale: #262626. Windows color (decimal): -15714553 or 472848. OLE color: 472848.
HSL color Cylindrical-coordinate representation of color #103707: hue angle of 108.75º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103707 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 55 | 7 | - |
| CMYK | 0.71 | 0 | 0.87 | 0.78 |
| HSL | 108.75º | 0.77% | 0.12% | - |
| HSV(B) | 108.75º | 0.87% | 0.22% | - |
| XYZ | 1.62 | 2.86 | 0.67 | - |
| YUV | 37.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 7 | 0.71 | 0 | 0.87 | 0.78 | 108.75 | 0.77 | 0.12 |
| Hex | 10 | 37 | 7 | 47 | 0 | 57 | 4E | 6D | 4D | C |
| Octal | 20 | 67 | 7 | 107 | 0 | 127 | 116 | 155 | 115 | 14 |
| Binary | 10000 | 110111 | 111 | 1000111 | 0 | 1010111 | 1001110 | 1101101 | 1001101 | 1100 |
Color Harmonies of #103707
Complementary color
Monochromatic Colors of #103707
Black with #103707
Text Example
Text Example
White with #103707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103707; }
p { color: rgb(16,55,7); }
H1.HeaderClassName
{
color: #103707;
}
.AnyTagClassName
{
color: #103707;
}
</style>
background-color css
<style>
a { background-color: #103707; }
a { background-color: rgb(16,55,7); }
div.DivClassName
{
background-color: #103707;
}
.BgClassName
{
background-color: #103707;
}
</style>
border-color css
<style>
span { border-color: #103707; }
span { border-color: rgb(16,55,7); }
td.TdClassName
{
border-color: #103707;
}
.TagClassName
{
border-color: #103707;
}
</style>