Shades of Myrtle #104601
Tints of Myrtle #104601
RGB
CMYK
RGB Variations
Color information
#104601 (or 0x104601) is known color: Myrtle. HEX triplet: 10, 46 and 01. RGB value is (16,70,1). Sum of RGB (Red+Green+Blue) = 16+70+1=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 70 (27.73% from 255 or 80.46% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 70 - color contains mainly: green. Hex color #104601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104601 is #EFB9FE. Grayscale: #2E2E2E. Windows color (decimal): -15710719 or 83472. OLE color: 83472.
HSL color Cylindrical-coordinate representation of color #104601: hue angle of 106.96º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #104601 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 70 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.73 |
| HSL | 106.96º | 0.97% | 0.14% | - |
| HSV(B) | 106.96º | 0.99% | 0.27% | - |
| XYZ | 2.41 | 4.49 | 0.77 | - |
| YUV | 45.99 | 102.61 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 1 | 0.77 | 0 | 0.99 | 0.73 | 106.96 | 0.97 | 0.14 |
| Hex | 10 | 46 | 1 | 4D | 0 | 63 | 49 | 6B | 61 | E |
| Octal | 20 | 106 | 1 | 115 | 0 | 143 | 111 | 153 | 141 | 16 |
| Binary | 10000 | 1000110 | 1 | 1001101 | 0 | 1100011 | 1001001 | 1101011 | 1100001 | 1110 |
Color Harmonies of #104601
Complementary color
Monochromatic Colors of #104601
Black with #104601
Text Example
Text Example
White with #104601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104601; }
p { color: rgb(16,70,1); }
H1.HeaderClassName
{
color: #104601;
}
.AnyTagClassName
{
color: #104601;
}
</style>
background-color css
<style>
a { background-color: #104601; }
a { background-color: rgb(16,70,1); }
div.DivClassName
{
background-color: #104601;
}
.BgClassName
{
background-color: #104601;
}
</style>
border-color css
<style>
span { border-color: #104601; }
span { border-color: rgb(16,70,1); }
td.TdClassName
{
border-color: #104601;
}
.TagClassName
{
border-color: #104601;
}
</style>