Shades of Myrtle #105D09
Tints of Myrtle #105D09
RGB
CMYK
RGB Variations
Color information
#105D09 (or 0x105D09) is known color: Myrtle. HEX triplet: 10, 5D and 09. RGB value is (16,93,9). Sum of RGB (Red+Green+Blue) = 16+93+9=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 93 (36.72% from 255 or 78.81% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 93 - color contains mainly: green. Hex color #105D09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105D09 is #EFA2F6. Grayscale: #3C3C3C. Windows color (decimal): -15704823 or 613648. OLE color: 613648.
HSL color Cylindrical-coordinate representation of color #105D09: hue angle of 115º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #105D09 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 93 | 9 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.64 |
| HSL | 115º | 0.82% | 0.2% | - |
| HSV(B) | 115º | 0.9% | 0.36% | - |
| XYZ | 4.18 | 7.96 | 1.57 | - |
| YUV | 60.4 | 98.99 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 9 | 0.83 | 0 | 0.90 | 0.64 | 115 | 0.82 | 0.2 |
| Hex | 10 | 5D | 9 | 53 | 0 | 5A | 40 | 73 | 52 | 14 |
| Octal | 20 | 135 | 11 | 123 | 0 | 132 | 100 | 163 | 122 | 24 |
| Binary | 10000 | 1011101 | 1001 | 1010011 | 0 | 1011010 | 1000000 | 1110011 | 1010010 | 10100 |
Color Harmonies of #105D09
Complementary color
Monochromatic Colors of #105D09
Black with #105D09
Text Example
Text Example
White with #105D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105D09; }
p { color: rgb(16,93,9); }
H1.HeaderClassName
{
color: #105D09;
}
.AnyTagClassName
{
color: #105D09;
}
</style>
background-color css
<style>
a { background-color: #105D09; }
a { background-color: rgb(16,93,9); }
div.DivClassName
{
background-color: #105D09;
}
.BgClassName
{
background-color: #105D09;
}
</style>
border-color css
<style>
span { border-color: #105D09; }
span { border-color: rgb(16,93,9); }
td.TdClassName
{
border-color: #105D09;
}
.TagClassName
{
border-color: #105D09;
}
</style>