Shades of Myrtle #10510C
Tints of Myrtle #10510C
RGB
CMYK
RGB Variations
Color information
#10510C (or 0x10510C) is known color: Myrtle. HEX triplet: 10, 51 and 0C. RGB value is (16,81,12). Sum of RGB (Red+Green+Blue) = 16+81+12=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 81 (32.03% from 255 or 74.31% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 81 - color contains mainly: green. Hex color #10510C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10510C is #EFAEF3. Grayscale: #353535. Windows color (decimal): -15707892 or 807184. OLE color: 807184.
HSL color Cylindrical-coordinate representation of color #10510C: hue angle of 116.52º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10510C is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 81 | 12 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.68 |
| HSL | 116.52º | 0.74% | 0.18% | - |
| HSV(B) | 116.52º | 0.85% | 0.32% | - |
| XYZ | 3.22 | 6.02 | 1.34 | - |
| YUV | 53.7 | 104.47 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 12 | 0.80 | 0 | 0.85 | 0.68 | 116.52 | 0.74 | 0.18 |
| Hex | 10 | 51 | C | 50 | 0 | 55 | 44 | 75 | 4A | 12 |
| Octal | 20 | 121 | 14 | 120 | 0 | 125 | 104 | 165 | 112 | 22 |
| Binary | 10000 | 1010001 | 1100 | 1010000 | 0 | 1010101 | 1000100 | 1110101 | 1001010 | 10010 |
Color Harmonies of #10510C
Complementary color
Monochromatic Colors of #10510C
Black with #10510C
Text Example
Text Example
White with #10510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10510C; }
p { color: rgb(16,81,12); }
H1.HeaderClassName
{
color: #10510C;
}
.AnyTagClassName
{
color: #10510C;
}
</style>
background-color css
<style>
a { background-color: #10510C; }
a { background-color: rgb(16,81,12); }
div.DivClassName
{
background-color: #10510C;
}
.BgClassName
{
background-color: #10510C;
}
</style>
border-color css
<style>
span { border-color: #10510C; }
span { border-color: rgb(16,81,12); }
td.TdClassName
{
border-color: #10510C;
}
.TagClassName
{
border-color: #10510C;
}
</style>