Shades of Myrtle #105C15
Tints of Myrtle #105C15
RGB
CMYK
RGB Variations
Color information
#105C15 (or 0x105C15) is known color: Myrtle. HEX triplet: 10, 5C and 15. RGB value is (16,92,21). Sum of RGB (Red+Green+Blue) = 16+92+21=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 92 (36.33% from 255 or 71.32% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 92 - color contains mainly: green. Hex color #105C15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105C15 is #EFA3EA. Grayscale: #3D3D3D. Windows color (decimal): -15705067 or 1399824. OLE color: 1399824.
HSL color Cylindrical-coordinate representation of color #105C15: hue angle of 123.95º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105C15 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 92 | 21 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.64 |
| HSL | 123.95º | 0.7% | 0.21% | - |
| HSV(B) | 123.95º | 0.83% | 0.36% | - |
| XYZ | 4.18 | 7.82 | 2 | - |
| YUV | 61.18 | 105.32 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 21 | 0.83 | 0 | 0.77 | 0.64 | 123.95 | 0.7 | 0.21 |
| Hex | 10 | 5C | 15 | 53 | 0 | 4D | 40 | 7C | 46 | 15 |
| Octal | 20 | 134 | 25 | 123 | 0 | 115 | 100 | 174 | 106 | 25 |
| Binary | 10000 | 1011100 | 10101 | 1010011 | 0 | 1001101 | 1000000 | 1111100 | 1000110 | 10101 |
Color Harmonies of #105C15
Complementary color
Monochromatic Colors of #105C15
Black with #105C15
Text Example
Text Example
White with #105C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C15; }
p { color: rgb(16,92,21); }
H1.HeaderClassName
{
color: #105C15;
}
.AnyTagClassName
{
color: #105C15;
}
</style>
background-color css
<style>
a { background-color: #105C15; }
a { background-color: rgb(16,92,21); }
div.DivClassName
{
background-color: #105C15;
}
.BgClassName
{
background-color: #105C15;
}
</style>
border-color css
<style>
span { border-color: #105C15; }
span { border-color: rgb(16,92,21); }
td.TdClassName
{
border-color: #105C15;
}
.TagClassName
{
border-color: #105C15;
}
</style>