Shades of Myrtle #103A07
Tints of Myrtle #103A07
RGB
CMYK
RGB Variations
Color information
#103A07 (or 0x103A07) is known color: Myrtle. HEX triplet: 10, 3A and 07. RGB value is (16,58,7). Sum of RGB (Red+Green+Blue) = 16+58+7=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 58 (23.05% from 255 or 71.60% from 81); Blue value is 7 (3.12% from 255 or 8.64% from 81); Max value from RGB is 58 - color contains mainly: green. Hex color #103A07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103A07 is #EFC5F8. Grayscale: #272727. Windows color (decimal): -15713785 or 473616. OLE color: 473616.
HSL color Cylindrical-coordinate representation of color #103A07: hue angle of 109.41º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103A07 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 58 | 7 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.77 |
| HSL | 109.41º | 0.78% | 0.13% | - |
| HSV(B) | 109.41º | 0.88% | 0.23% | - |
| XYZ | 1.77 | 3.15 | 0.72 | - |
| YUV | 39.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 7 | 0.72 | 0 | 0.88 | 0.77 | 109.41 | 0.78 | 0.13 |
| Hex | 10 | 3A | 7 | 48 | 0 | 58 | 4D | 6D | 4E | D |
| Octal | 20 | 72 | 7 | 110 | 0 | 130 | 115 | 155 | 116 | 15 |
| Binary | 10000 | 111010 | 111 | 1001000 | 0 | 1011000 | 1001101 | 1101101 | 1001110 | 1101 |
Color Harmonies of #103A07
Complementary color
Monochromatic Colors of #103A07
Black with #103A07
Text Example
Text Example
White with #103A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A07; }
p { color: rgb(16,58,7); }
H1.HeaderClassName
{
color: #103A07;
}
.AnyTagClassName
{
color: #103A07;
}
</style>
background-color css
<style>
a { background-color: #103A07; }
a { background-color: rgb(16,58,7); }
div.DivClassName
{
background-color: #103A07;
}
.BgClassName
{
background-color: #103A07;
}
</style>
border-color css
<style>
span { border-color: #103A07; }
span { border-color: rgb(16,58,7); }
td.TdClassName
{
border-color: #103A07;
}
.TagClassName
{
border-color: #103A07;
}
</style>