Shades of Myrtle #104907
Tints of Myrtle #104907
RGB
CMYK
RGB Variations
Color information
#104907 (or 0x104907) is known color: Myrtle. HEX triplet: 10, 49 and 07. RGB value is (16,73,7). Sum of RGB (Red+Green+Blue) = 16+73+7=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 73 (28.91% from 255 or 76.04% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 73 - color contains mainly: green. Hex color #104907 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104907 is #EFB6F8. Grayscale: #303030. Windows color (decimal): -15709945 or 477456. OLE color: 477456.
HSL color Cylindrical-coordinate representation of color #104907: hue angle of 111.82º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104907 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 73 | 7 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.71 |
| HSL | 111.82º | 0.83% | 0.16% | - |
| HSV(B) | 111.82º | 0.9% | 0.29% | - |
| XYZ | 2.63 | 4.89 | 1.01 | - |
| YUV | 48.43 | 104.62 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 7 | 0.78 | 0 | 0.90 | 0.71 | 111.82 | 0.83 | 0.16 |
| Hex | 10 | 49 | 7 | 4E | 0 | 5A | 47 | 70 | 52 | 10 |
| Octal | 20 | 111 | 7 | 116 | 0 | 132 | 107 | 160 | 122 | 20 |
| Binary | 10000 | 1001001 | 111 | 1001110 | 0 | 1011010 | 1000111 | 1110000 | 1010010 | 10000 |
Color Harmonies of #104907
Complementary color
Monochromatic Colors of #104907
Black with #104907
Text Example
Text Example
White with #104907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104907; }
p { color: rgb(16,73,7); }
H1.HeaderClassName
{
color: #104907;
}
.AnyTagClassName
{
color: #104907;
}
</style>
background-color css
<style>
a { background-color: #104907; }
a { background-color: rgb(16,73,7); }
div.DivClassName
{
background-color: #104907;
}
.BgClassName
{
background-color: #104907;
}
</style>
border-color css
<style>
span { border-color: #104907; }
span { border-color: rgb(16,73,7); }
td.TdClassName
{
border-color: #104907;
}
.TagClassName
{
border-color: #104907;
}
</style>