Shades of Myrtle #103705
Tints of Myrtle #103705
RGB
CMYK
RGB Variations
Color information
#103705 (or 0x103705) is known color: Myrtle. HEX triplet: 10, 37 and 05. RGB value is (16,55,5). Sum of RGB (Red+Green+Blue) = 16+55+5=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 55 (21.88% from 255 or 72.37% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 55 - color contains mainly: green. Hex color #103705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103705 is #EFC8FA. Grayscale: #252525. Windows color (decimal): -15714555 or 341776. OLE color: 341776.
HSL color Cylindrical-coordinate representation of color #103705: hue angle of 106.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103705 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 55 | 5 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.78 |
| HSL | 106.8º | 0.83% | 0.12% | - |
| HSV(B) | 106.8º | 0.91% | 0.22% | - |
| XYZ | 1.61 | 2.85 | 0.61 | - |
| YUV | 37.64 | 109.58 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 5 | 0.71 | 0 | 0.91 | 0.78 | 106.8 | 0.83 | 0.12 |
| Hex | 10 | 37 | 5 | 47 | 0 | 5B | 4E | 6B | 53 | C |
| Octal | 20 | 67 | 5 | 107 | 0 | 133 | 116 | 153 | 123 | 14 |
| Binary | 10000 | 110111 | 101 | 1000111 | 0 | 1011011 | 1001110 | 1101011 | 1010011 | 1100 |
Color Harmonies of #103705
Complementary color
Monochromatic Colors of #103705
Black with #103705
Text Example
Text Example
White with #103705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103705; }
p { color: rgb(16,55,5); }
H1.HeaderClassName
{
color: #103705;
}
.AnyTagClassName
{
color: #103705;
}
</style>
background-color css
<style>
a { background-color: #103705; }
a { background-color: rgb(16,55,5); }
div.DivClassName
{
background-color: #103705;
}
.BgClassName
{
background-color: #103705;
}
</style>
border-color css
<style>
span { border-color: #103705; }
span { border-color: rgb(16,55,5); }
td.TdClassName
{
border-color: #103705;
}
.TagClassName
{
border-color: #103705;
}
</style>