Shades of Myrtle #104A08
Tints of Myrtle #104A08
RGB
CMYK
RGB Variations
Color information
#104A08 (or 0x104A08) is known color: Myrtle. HEX triplet: 10, 4A and 08. RGB value is (16,74,8). Sum of RGB (Red+Green+Blue) = 16+74+8=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 74 (29.30% from 255 or 75.51% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 74 - color contains mainly: green. Hex color #104A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104A08 is #EFB5F7. Grayscale: #313131. Windows color (decimal): -15709688 or 543248. OLE color: 543248.
HSL color Cylindrical-coordinate representation of color #104A08: hue angle of 112.73º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104A08 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 74 | 8 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.71 |
| HSL | 112.73º | 0.8% | 0.16% | - |
| HSV(B) | 112.73º | 0.89% | 0.29% | - |
| XYZ | 2.71 | 5.03 | 1.06 | - |
| YUV | 49.13 | 104.78 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 8 | 0.78 | 0 | 0.89 | 0.71 | 112.73 | 0.8 | 0.16 |
| Hex | 10 | 4A | 8 | 4E | 0 | 59 | 47 | 71 | 50 | 10 |
| Octal | 20 | 112 | 10 | 116 | 0 | 131 | 107 | 161 | 120 | 20 |
| Binary | 10000 | 1001010 | 1000 | 1001110 | 0 | 1011001 | 1000111 | 1110001 | 1010000 | 10000 |
Color Harmonies of #104A08
Complementary color
Monochromatic Colors of #104A08
Black with #104A08
Text Example
Text Example
White with #104A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A08; }
p { color: rgb(16,74,8); }
H1.HeaderClassName
{
color: #104A08;
}
.AnyTagClassName
{
color: #104A08;
}
</style>
background-color css
<style>
a { background-color: #104A08; }
a { background-color: rgb(16,74,8); }
div.DivClassName
{
background-color: #104A08;
}
.BgClassName
{
background-color: #104A08;
}
</style>
border-color css
<style>
span { border-color: #104A08; }
span { border-color: rgb(16,74,8); }
td.TdClassName
{
border-color: #104A08;
}
.TagClassName
{
border-color: #104A08;
}
</style>