Shades of Myrtle #105315
Tints of Myrtle #105315
RGB
CMYK
RGB Variations
Color information
#105315 (or 0x105315) is known color: Myrtle. HEX triplet: 10, 53 and 15. RGB value is (16,83,21). Sum of RGB (Red+Green+Blue) = 16+83+21=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #105315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105315 is #EFACEA. Grayscale: #383838. Windows color (decimal): -15707371 or 1397520. OLE color: 1397520.
HSL color Cylindrical-coordinate representation of color #105315: hue angle of 124.48º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105315 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 83 | 21 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.67 |
| HSL | 124.48º | 0.68% | 0.19% | - |
| HSV(B) | 124.48º | 0.81% | 0.33% | - |
| XYZ | 3.44 | 6.35 | 1.75 | - |
| YUV | 55.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 21 | 0.81 | 0 | 0.75 | 0.67 | 124.48 | 0.68 | 0.19 |
| Hex | 10 | 53 | 15 | 51 | 0 | 4B | 43 | 7C | 44 | 13 |
| Octal | 20 | 123 | 25 | 121 | 0 | 113 | 103 | 174 | 104 | 23 |
| Binary | 10000 | 1010011 | 10101 | 1010001 | 0 | 1001011 | 1000011 | 1111100 | 1000100 | 10011 |
Color Harmonies of #105315
Complementary color
Monochromatic Colors of #105315
Black with #105315
Text Example
Text Example
White with #105315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105315; }
p { color: rgb(16,83,21); }
H1.HeaderClassName
{
color: #105315;
}
.AnyTagClassName
{
color: #105315;
}
</style>
background-color css
<style>
a { background-color: #105315; }
a { background-color: rgb(16,83,21); }
div.DivClassName
{
background-color: #105315;
}
.BgClassName
{
background-color: #105315;
}
</style>
border-color css
<style>
span { border-color: #105315; }
span { border-color: rgb(16,83,21); }
td.TdClassName
{
border-color: #105315;
}
.TagClassName
{
border-color: #105315;
}
</style>