Shades of Myrtle #105810
Tints of Myrtle #105810
RGB
CMYK
RGB Variations
Color information
#105810 (or 0x105810) is known color: Myrtle. HEX triplet: 10, 58 and 10. RGB value is (16,88,16). Sum of RGB (Red+Green+Blue) = 16+88+16=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 88 (34.77% from 255 or 73.33% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 88 - color contains mainly: green. Hex color #105810 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105810 is #EFA7EF. Grayscale: #3A3A3A. Windows color (decimal): -15706096 or 1071120. OLE color: 1071120.
HSL color Cylindrical-coordinate representation of color #105810: hue angle of 120º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105810 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 16 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.65 |
| HSL | 120º | 0.69% | 0.2% | - |
| HSV(B) | 120º | 0.82% | 0.35% | - |
| XYZ | 3.8 | 7.13 | 1.67 | - |
| YUV | 58.26 | 104.15 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 16 | 0.82 | 0 | 0.82 | 0.65 | 120 | 0.69 | 0.2 |
| Hex | 10 | 58 | 10 | 52 | 0 | 52 | 41 | 78 | 45 | 14 |
| Octal | 20 | 130 | 20 | 122 | 0 | 122 | 101 | 170 | 105 | 24 |
| Binary | 10000 | 1011000 | 10000 | 1010010 | 0 | 1010010 | 1000001 | 1111000 | 1000101 | 10100 |
Color Harmonies of #105810
Complementary color
Monochromatic Colors of #105810
Black with #105810
Text Example
Text Example
White with #105810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105810; }
p { color: rgb(16,88,16); }
H1.HeaderClassName
{
color: #105810;
}
.AnyTagClassName
{
color: #105810;
}
</style>
background-color css
<style>
a { background-color: #105810; }
a { background-color: rgb(16,88,16); }
div.DivClassName
{
background-color: #105810;
}
.BgClassName
{
background-color: #105810;
}
</style>
border-color css
<style>
span { border-color: #105810; }
span { border-color: rgb(16,88,16); }
td.TdClassName
{
border-color: #105810;
}
.TagClassName
{
border-color: #105810;
}
</style>