Shades of Myrtle #105A09
Tints of Myrtle #105A09
RGB
CMYK
RGB Variations
Color information
#105A09 (or 0x105A09) is known color: Myrtle. HEX triplet: 10, 5A and 09. RGB value is (16,90,9). Sum of RGB (Red+Green+Blue) = 16+90+9=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 90 (35.55% from 255 or 78.26% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 90 - color contains mainly: green. Hex color #105A09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105A09 is #EFA5F6. Grayscale: #3A3A3A. Windows color (decimal): -15705591 or 612880. OLE color: 612880.
HSL color Cylindrical-coordinate representation of color #105A09: hue angle of 114.81º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #105A09 is Cyan = 0.82, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 90 | 9 | - |
| CMYK | 0.82 | 0 | 0.9 | 0.65 |
| HSL | 114.81º | 0.82% | 0.19% | - |
| HSV(B) | 114.81º | 0.9% | 0.35% | - |
| XYZ | 3.92 | 7.44 | 1.49 | - |
| YUV | 58.64 | 99.98 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 9 | 0.82 | 0 | 0.9 | 0.65 | 114.81 | 0.82 | 0.19 |
| Hex | 10 | 5A | 9 | 52 | 0 | 5A | 41 | 73 | 52 | 13 |
| Octal | 20 | 132 | 11 | 122 | 0 | 132 | 101 | 163 | 122 | 23 |
| Binary | 10000 | 1011010 | 1001 | 1010010 | 0 | 1011010 | 1000001 | 1110011 | 1010010 | 10011 |
Color Harmonies of #105A09
Complementary color
Monochromatic Colors of #105A09
Black with #105A09
Text Example
Text Example
White with #105A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A09; }
p { color: rgb(16,90,9); }
H1.HeaderClassName
{
color: #105A09;
}
.AnyTagClassName
{
color: #105A09;
}
</style>
background-color css
<style>
a { background-color: #105A09; }
a { background-color: rgb(16,90,9); }
div.DivClassName
{
background-color: #105A09;
}
.BgClassName
{
background-color: #105A09;
}
</style>
border-color css
<style>
span { border-color: #105A09; }
span { border-color: rgb(16,90,9); }
td.TdClassName
{
border-color: #105A09;
}
.TagClassName
{
border-color: #105A09;
}
</style>