Shades of Myrtle #104516
Tints of Myrtle #104516
RGB
CMYK
RGB Variations
Color information
#104516 (or 0x104516) is known color: Myrtle. HEX triplet: 10, 45 and 16. RGB value is (16,69,22). Sum of RGB (Red+Green+Blue) = 16+69+22=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 69 (27.34% from 255 or 64.49% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 69 - color contains mainly: green. Hex color #104516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104516 is #EFBAE9. Grayscale: #2F2F2F. Windows color (decimal): -15710954 or 1459472. OLE color: 1459472.
HSL color Cylindrical-coordinate representation of color #104516: hue angle of 126.79º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104516 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 69 | 22 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.73 |
| HSL | 126.79º | 0.62% | 0.17% | - |
| HSV(B) | 126.79º | 0.77% | 0.27% | - |
| XYZ | 2.49 | 4.42 | 1.48 | - |
| YUV | 47.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 22 | 0.77 | 0 | 0.68 | 0.73 | 126.79 | 0.62 | 0.17 |
| Hex | 10 | 45 | 16 | 4D | 0 | 44 | 49 | 7F | 3E | 11 |
| Octal | 20 | 105 | 26 | 115 | 0 | 104 | 111 | 177 | 76 | 21 |
| Binary | 10000 | 1000101 | 10110 | 1001101 | 0 | 1000100 | 1001001 | 1111111 | 111110 | 10001 |
Color Harmonies of #104516
Complementary color
Monochromatic Colors of #104516
Black with #104516
Text Example
Text Example
White with #104516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104516; }
p { color: rgb(16,69,22); }
H1.HeaderClassName
{
color: #104516;
}
.AnyTagClassName
{
color: #104516;
}
</style>
background-color css
<style>
a { background-color: #104516; }
a { background-color: rgb(16,69,22); }
div.DivClassName
{
background-color: #104516;
}
.BgClassName
{
background-color: #104516;
}
</style>
border-color css
<style>
span { border-color: #104516; }
span { border-color: rgb(16,69,22); }
td.TdClassName
{
border-color: #104516;
}
.TagClassName
{
border-color: #104516;
}
</style>