Shades of Myrtle #105802
Tints of Myrtle #105802
RGB
CMYK
RGB Variations
Color information
#105802 (or 0x105802) is known color: Myrtle. HEX triplet: 10, 58 and 02. RGB value is (16,88,2). Sum of RGB (Red+Green+Blue) = 16+88+2=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 88 (34.77% from 255 or 83.02% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 88 - color contains mainly: green. Hex color #105802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105802 is #EFA7FD. Grayscale: #383838. Windows color (decimal): -15706110 or 153616. OLE color: 153616.
HSL color Cylindrical-coordinate representation of color #105802: hue angle of 110.23º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #105802 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 2 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.65 |
| HSL | 110.23º | 0.96% | 0.18% | - |
| HSV(B) | 110.23º | 0.98% | 0.35% | - |
| XYZ | 3.71 | 7.09 | 1.23 | - |
| YUV | 56.67 | 97.15 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 2 | 0.82 | 0 | 0.98 | 0.65 | 110.23 | 0.96 | 0.18 |
| Hex | 10 | 58 | 2 | 52 | 0 | 62 | 41 | 6E | 60 | 12 |
| Octal | 20 | 130 | 2 | 122 | 0 | 142 | 101 | 156 | 140 | 22 |
| Binary | 10000 | 1011000 | 10 | 1010010 | 0 | 1100010 | 1000001 | 1101110 | 1100000 | 10010 |
Color Harmonies of #105802
Complementary color
Monochromatic Colors of #105802
Black with #105802
Text Example
Text Example
White with #105802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105802; }
p { color: rgb(16,88,2); }
H1.HeaderClassName
{
color: #105802;
}
.AnyTagClassName
{
color: #105802;
}
</style>
background-color css
<style>
a { background-color: #105802; }
a { background-color: rgb(16,88,2); }
div.DivClassName
{
background-color: #105802;
}
.BgClassName
{
background-color: #105802;
}
</style>
border-color css
<style>
span { border-color: #105802; }
span { border-color: rgb(16,88,2); }
td.TdClassName
{
border-color: #105802;
}
.TagClassName
{
border-color: #105802;
}
</style>