Shades of Myrtle #105C0A
Tints of Myrtle #105C0A
RGB
CMYK
RGB Variations
Color information
#105C0A (or 0x105C0A) is known color: Myrtle. HEX triplet: 10, 5C and 0A. RGB value is (16,92,10). Sum of RGB (Red+Green+Blue) = 16+92+10=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 92 (36.33% from 255 or 77.97% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 92 - color contains mainly: green. Hex color #105C0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105C0A is #EFA3F5. Grayscale: #3C3C3C. Windows color (decimal): -15705078 or 678928. OLE color: 678928.
HSL color Cylindrical-coordinate representation of color #105C0A: hue angle of 115.61º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #105C0A is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 92 | 10 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.64 |
| HSL | 115.61º | 0.8% | 0.2% | - |
| HSV(B) | 115.61º | 0.89% | 0.36% | - |
| XYZ | 4.1 | 7.79 | 1.57 | - |
| YUV | 59.93 | 99.82 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 10 | 0.83 | 0 | 0.89 | 0.64 | 115.61 | 0.8 | 0.2 |
| Hex | 10 | 5C | A | 53 | 0 | 59 | 40 | 74 | 50 | 14 |
| Octal | 20 | 134 | 12 | 123 | 0 | 131 | 100 | 164 | 120 | 24 |
| Binary | 10000 | 1011100 | 1010 | 1010011 | 0 | 1011001 | 1000000 | 1110100 | 1010000 | 10100 |
Color Harmonies of #105C0A
Complementary color
Monochromatic Colors of #105C0A
Black with #105C0A
Text Example
Text Example
White with #105C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C0A; }
p { color: rgb(16,92,10); }
H1.HeaderClassName
{
color: #105C0A;
}
.AnyTagClassName
{
color: #105C0A;
}
</style>
background-color css
<style>
a { background-color: #105C0A; }
a { background-color: rgb(16,92,10); }
div.DivClassName
{
background-color: #105C0A;
}
.BgClassName
{
background-color: #105C0A;
}
</style>
border-color css
<style>
span { border-color: #105C0A; }
span { border-color: rgb(16,92,10); }
td.TdClassName
{
border-color: #105C0A;
}
.TagClassName
{
border-color: #105C0A;
}
</style>