Shades of Myrtle #104C17
Tints of Myrtle #104C17
RGB
CMYK
RGB Variations
Color information
#104C17 (or 0x104C17) is known color: Myrtle. HEX triplet: 10, 4C and 17. RGB value is (16,76,23). Sum of RGB (Red+Green+Blue) = 16+76+23=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 76 (30.08% from 255 or 66.09% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 76 - color contains mainly: green. Hex color #104C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104C17 is #EFB3E8. Grayscale: #343434. Windows color (decimal): -15709161 or 1526800. OLE color: 1526800.
HSL color Cylindrical-coordinate representation of color #104C17: hue angle of 127º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C17 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 76 | 23 | - |
| CMYK | 0.79 | 0 | 0.70 | 0.70 |
| HSL | 127º | 0.65% | 0.18% | - |
| HSV(B) | 127º | 0.79% | 0.3% | - |
| XYZ | 2.95 | 5.34 | 1.69 | - |
| YUV | 52.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 23 | 0.79 | 0 | 0.70 | 0.70 | 127 | 0.65 | 0.18 |
| Hex | 10 | 4C | 17 | 4F | 0 | 46 | 46 | 7F | 41 | 12 |
| Octal | 20 | 114 | 27 | 117 | 0 | 106 | 106 | 177 | 101 | 22 |
| Binary | 10000 | 1001100 | 10111 | 1001111 | 0 | 1000110 | 1000110 | 1111111 | 1000001 | 10010 |
Color Harmonies of #104C17
Complementary color
Monochromatic Colors of #104C17
Black with #104C17
Text Example
Text Example
White with #104C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C17; }
p { color: rgb(16,76,23); }
H1.HeaderClassName
{
color: #104C17;
}
.AnyTagClassName
{
color: #104C17;
}
</style>
background-color css
<style>
a { background-color: #104C17; }
a { background-color: rgb(16,76,23); }
div.DivClassName
{
background-color: #104C17;
}
.BgClassName
{
background-color: #104C17;
}
</style>
border-color css
<style>
span { border-color: #104C17; }
span { border-color: rgb(16,76,23); }
td.TdClassName
{
border-color: #104C17;
}
.TagClassName
{
border-color: #104C17;
}
</style>