Shades of Myrtle #103507
Tints of Myrtle #103507
RGB
CMYK
RGB Variations
Color information
#103507 (or 0x103507) is known color: Myrtle. HEX triplet: 10, 35 and 07. RGB value is (16,53,7). Sum of RGB (Red+Green+Blue) = 16+53+7=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 53 (21.09% from 255 or 69.74% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 53 - color contains mainly: green. Hex color #103507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103507 is #EFCAF8. Grayscale: #242424. Windows color (decimal): -15715065 or 472336. OLE color: 472336.
HSL color Cylindrical-coordinate representation of color #103507: hue angle of 108.26º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103507 is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 16 | 53 | 7 | - |
| CMYK | 0.70 | 0 | 0.87 | 0.79 |
| HSL | 108.26º | 0.77% | 0.12% | - |
| HSV(B) | 108.26º | 0.87% | 0.21% | - |
| XYZ | 1.53 | 2.67 | 0.64 | - |
| YUV | 36.69 | 111.24 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 7 | 0.70 | 0 | 0.87 | 0.79 | 108.26 | 0.77 | 0.12 |
| Hex | 10 | 35 | 7 | 46 | 0 | 57 | 4F | 6C | 4D | C |
| Octal | 20 | 65 | 7 | 106 | 0 | 127 | 117 | 154 | 115 | 14 |
| Binary | 10000 | 110101 | 111 | 1000110 | 0 | 1010111 | 1001111 | 1101100 | 1001101 | 1100 |
Color Harmonies of #103507
Complementary color
Monochromatic Colors of #103507
Black with #103507
Text Example
Text Example
White with #103507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103507; }
p { color: rgb(16,53,7); }
H1.HeaderClassName
{
color: #103507;
}
.AnyTagClassName
{
color: #103507;
}
</style>
background-color css
<style>
a { background-color: #103507; }
a { background-color: rgb(16,53,7); }
div.DivClassName
{
background-color: #103507;
}
.BgClassName
{
background-color: #103507;
}
</style>
border-color css
<style>
span { border-color: #103507; }
span { border-color: rgb(16,53,7); }
td.TdClassName
{
border-color: #103507;
}
.TagClassName
{
border-color: #103507;
}
</style>