Shades of Myrtle #104307
Tints of Myrtle #104307
RGB
CMYK
RGB Variations
Color information
#104307 (or 0x104307) is known color: Myrtle. HEX triplet: 10, 43 and 07. RGB value is (16,67,7). Sum of RGB (Red+Green+Blue) = 16+67+7=90 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.78% from 90); Green value is 67 (26.56% from 255 or 74.44% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 67 - color contains mainly: green. Hex color #104307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104307 is #EFBCF8. Grayscale: #2D2D2D. Windows color (decimal): -15711481 or 475920. OLE color: 475920.
HSL color Cylindrical-coordinate representation of color #104307: hue angle of 111º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104307 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 67 | 7 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.74 |
| HSL | 111º | 0.81% | 0.15% | - |
| HSV(B) | 111º | 0.9% | 0.26% | - |
| XYZ | 2.26 | 4.14 | 0.88 | - |
| YUV | 44.91 | 106.6 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 7 | 0.76 | 0 | 0.90 | 0.74 | 111 | 0.81 | 0.15 |
| Hex | 10 | 43 | 7 | 4C | 0 | 5A | 4A | 6F | 51 | F |
| Octal | 20 | 103 | 7 | 114 | 0 | 132 | 112 | 157 | 121 | 17 |
| Binary | 10000 | 1000011 | 111 | 1001100 | 0 | 1011010 | 1001010 | 1101111 | 1010001 | 1111 |
Color Harmonies of #104307
Complementary color
Monochromatic Colors of #104307
Black with #104307
Text Example
Text Example
White with #104307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104307; }
p { color: rgb(16,67,7); }
H1.HeaderClassName
{
color: #104307;
}
.AnyTagClassName
{
color: #104307;
}
</style>
background-color css
<style>
a { background-color: #104307; }
a { background-color: rgb(16,67,7); }
div.DivClassName
{
background-color: #104307;
}
.BgClassName
{
background-color: #104307;
}
</style>
border-color css
<style>
span { border-color: #104307; }
span { border-color: rgb(16,67,7); }
td.TdClassName
{
border-color: #104307;
}
.TagClassName
{
border-color: #104307;
}
</style>