Shades of Myrtle #124A08
Tints of Myrtle #124A08
RGB
CMYK
RGB Variations
Color information
#124A08 (or 0x124A08) is known color: Myrtle. HEX triplet: 12, 4A and 08. RGB value is (18,74,8). Sum of RGB (Red+Green+Blue) = 18+74+8=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 74 (29.30% from 255 or 74% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 74 - color contains mainly: green. Hex color #124A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124A08 is #EDB5F7. Grayscale: #313131. Windows color (decimal): -15578616 or 543250. OLE color: 543250.
HSL color Cylindrical-coordinate representation of color #124A08: hue angle of 110.91º 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 #124A08 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 74 | 8 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.71 |
| HSL | 110.91º | 0.8% | 0.16% | - |
| HSV(B) | 110.91º | 0.89% | 0.29% | - |
| XYZ | 2.74 | 5.04 | 1.06 | - |
| YUV | 49.73 | 104.45 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 8 | 0.76 | 0 | 0.89 | 0.71 | 110.91 | 0.8 | 0.16 |
| Hex | 12 | 4A | 8 | 4C | 0 | 59 | 47 | 6F | 50 | 10 |
| Octal | 22 | 112 | 10 | 114 | 0 | 131 | 107 | 157 | 120 | 20 |
| Binary | 10010 | 1001010 | 1000 | 1001100 | 0 | 1011001 | 1000111 | 1101111 | 1010000 | 10000 |
Color Harmonies of #124A08
Complementary color
Monochromatic Colors of #124A08
Black with #124A08
Text Example
Text Example
White with #124A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A08; }
p { color: rgb(18,74,8); }
H1.HeaderClassName
{
color: #124A08;
}
.AnyTagClassName
{
color: #124A08;
}
</style>
background-color css
<style>
a { background-color: #124A08; }
a { background-color: rgb(18,74,8); }
div.DivClassName
{
background-color: #124A08;
}
.BgClassName
{
background-color: #124A08;
}
</style>
border-color css
<style>
span { border-color: #124A08; }
span { border-color: rgb(18,74,8); }
td.TdClassName
{
border-color: #124A08;
}
.TagClassName
{
border-color: #124A08;
}
</style>