Shades of Myrtle #10570C
Tints of Myrtle #10570C
RGB
CMYK
RGB Variations
Color information
#10570C (or 0x10570C) is known color: Myrtle. HEX triplet: 10, 57 and 0C. RGB value is (16,87,12). Sum of RGB (Red+Green+Blue) = 16+87+12=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 87 (34.38% from 255 or 75.65% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 87 - color contains mainly: green. Hex color #10570C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10570C is #EFA8F3. Grayscale: #393939. Windows color (decimal): -15706356 or 808720. OLE color: 808720.
HSL color Cylindrical-coordinate representation of color #10570C: hue angle of 116.8º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10570C is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 87 | 12 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.66 |
| HSL | 116.8º | 0.76% | 0.19% | - |
| HSV(B) | 116.8º | 0.86% | 0.34% | - |
| XYZ | 3.69 | 6.95 | 1.5 | - |
| YUV | 57.22 | 102.48 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 12 | 0.82 | 0 | 0.86 | 0.66 | 116.8 | 0.76 | 0.19 |
| Hex | 10 | 57 | C | 52 | 0 | 56 | 42 | 75 | 4C | 13 |
| Octal | 20 | 127 | 14 | 122 | 0 | 126 | 102 | 165 | 114 | 23 |
| Binary | 10000 | 1010111 | 1100 | 1010010 | 0 | 1010110 | 1000010 | 1110101 | 1001100 | 10011 |
Color Harmonies of #10570C
Complementary color
Monochromatic Colors of #10570C
Black with #10570C
Text Example
Text Example
White with #10570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10570C; }
p { color: rgb(16,87,12); }
H1.HeaderClassName
{
color: #10570C;
}
.AnyTagClassName
{
color: #10570C;
}
</style>
background-color css
<style>
a { background-color: #10570C; }
a { background-color: rgb(16,87,12); }
div.DivClassName
{
background-color: #10570C;
}
.BgClassName
{
background-color: #10570C;
}
</style>
border-color css
<style>
span { border-color: #10570C; }
span { border-color: rgb(16,87,12); }
td.TdClassName
{
border-color: #10570C;
}
.TagClassName
{
border-color: #10570C;
}
</style>