Shades of Myrtle #104C06
Tints of Myrtle #104C06
RGB
CMYK
RGB Variations
Color information
#104C06 (or 0x104C06) is known color: Myrtle. HEX triplet: 10, 4C and 06. RGB value is (16,76,6). Sum of RGB (Red+Green+Blue) = 16+76+6=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 76 (30.08% from 255 or 77.55% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 76 - color contains mainly: green. Hex color #104C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104C06 is #EFB3F9. Grayscale: #323232. Windows color (decimal): -15709178 or 412688. OLE color: 412688.
HSL color Cylindrical-coordinate representation of color #104C06: hue angle of 111.43º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104C06 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 76 | 6 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.70 |
| HSL | 111.43º | 0.85% | 0.16% | - |
| HSV(B) | 111.43º | 0.92% | 0.3% | - |
| XYZ | 2.83 | 5.29 | 1.04 | - |
| YUV | 50.08 | 103.12 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 6 | 0.79 | 0 | 0.92 | 0.70 | 111.43 | 0.85 | 0.16 |
| Hex | 10 | 4C | 6 | 4F | 0 | 5C | 46 | 6F | 55 | 10 |
| Octal | 20 | 114 | 6 | 117 | 0 | 134 | 106 | 157 | 125 | 20 |
| Binary | 10000 | 1001100 | 110 | 1001111 | 0 | 1011100 | 1000110 | 1101111 | 1010101 | 10000 |
Color Harmonies of #104C06
Complementary color
Monochromatic Colors of #104C06
Black with #104C06
Text Example
Text Example
White with #104C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C06; }
p { color: rgb(16,76,6); }
H1.HeaderClassName
{
color: #104C06;
}
.AnyTagClassName
{
color: #104C06;
}
</style>
background-color css
<style>
a { background-color: #104C06; }
a { background-color: rgb(16,76,6); }
div.DivClassName
{
background-color: #104C06;
}
.BgClassName
{
background-color: #104C06;
}
</style>
border-color css
<style>
span { border-color: #104C06; }
span { border-color: rgb(16,76,6); }
td.TdClassName
{
border-color: #104C06;
}
.TagClassName
{
border-color: #104C06;
}
</style>