Shades of Myrtle #104912
Tints of Myrtle #104912
RGB
CMYK
RGB Variations
Color information
#104912 (or 0x104912) is known color: Myrtle. HEX triplet: 10, 49 and 12. RGB value is (16,73,18). Sum of RGB (Red+Green+Blue) = 16+73+18=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 73 (28.91% from 255 or 68.22% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 73 - color contains mainly: green. Hex color #104912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104912 is #EFB6ED. Grayscale: #313131. Windows color (decimal): -15709934 or 1198352. OLE color: 1198352.
HSL color Cylindrical-coordinate representation of color #104912: hue angle of 122.11º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104912 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 73 | 18 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.71 |
| HSL | 122.11º | 0.64% | 0.17% | - |
| HSV(B) | 122.11º | 0.78% | 0.29% | - |
| XYZ | 2.71 | 4.92 | 1.38 | - |
| YUV | 49.69 | 110.12 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 18 | 0.78 | 0 | 0.75 | 0.71 | 122.11 | 0.64 | 0.17 |
| Hex | 10 | 49 | 12 | 4E | 0 | 4B | 47 | 7A | 40 | 11 |
| Octal | 20 | 111 | 22 | 116 | 0 | 113 | 107 | 172 | 100 | 21 |
| Binary | 10000 | 1001001 | 10010 | 1001110 | 0 | 1001011 | 1000111 | 1111010 | 1000000 | 10001 |
Color Harmonies of #104912
Complementary color
Monochromatic Colors of #104912
Black with #104912
Text Example
Text Example
White with #104912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104912; }
p { color: rgb(16,73,18); }
H1.HeaderClassName
{
color: #104912;
}
.AnyTagClassName
{
color: #104912;
}
</style>
background-color css
<style>
a { background-color: #104912; }
a { background-color: rgb(16,73,18); }
div.DivClassName
{
background-color: #104912;
}
.BgClassName
{
background-color: #104912;
}
</style>
border-color css
<style>
span { border-color: #104912; }
span { border-color: rgb(16,73,18); }
td.TdClassName
{
border-color: #104912;
}
.TagClassName
{
border-color: #104912;
}
</style>