Shades of Myrtle #105310
Tints of Myrtle #105310
RGB
CMYK
RGB Variations
Color information
#105310 (or 0x105310) is known color: Myrtle. HEX triplet: 10, 53 and 10. RGB value is (16,83,16). Sum of RGB (Red+Green+Blue) = 16+83+16=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 83 (32.81% from 255 or 72.17% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 83 - color contains mainly: green. Hex color #105310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105310 is #EFACEF. Grayscale: #373737. Windows color (decimal): -15707376 or 1069840. OLE color: 1069840.
HSL color Cylindrical-coordinate representation of color #105310: hue angle of 120º 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 #105310 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 83 | 16 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.67 |
| HSL | 120º | 0.68% | 0.19% | - |
| HSV(B) | 120º | 0.81% | 0.33% | - |
| XYZ | 3.4 | 6.33 | 1.53 | - |
| YUV | 55.33 | 105.8 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 16 | 0.81 | 0 | 0.81 | 0.67 | 120 | 0.68 | 0.19 |
| Hex | 10 | 53 | 10 | 51 | 0 | 51 | 43 | 78 | 44 | 13 |
| Octal | 20 | 123 | 20 | 121 | 0 | 121 | 103 | 170 | 104 | 23 |
| Binary | 10000 | 1010011 | 10000 | 1010001 | 0 | 1010001 | 1000011 | 1111000 | 1000100 | 10011 |
Color Harmonies of #105310
Complementary color
Monochromatic Colors of #105310
Black with #105310
Text Example
Text Example
White with #105310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105310; }
p { color: rgb(16,83,16); }
H1.HeaderClassName
{
color: #105310;
}
.AnyTagClassName
{
color: #105310;
}
</style>
background-color css
<style>
a { background-color: #105310; }
a { background-color: rgb(16,83,16); }
div.DivClassName
{
background-color: #105310;
}
.BgClassName
{
background-color: #105310;
}
</style>
border-color css
<style>
span { border-color: #105310; }
span { border-color: rgb(16,83,16); }
td.TdClassName
{
border-color: #105310;
}
.TagClassName
{
border-color: #105310;
}
</style>