Shades of Myrtle #124807
Tints of Myrtle #124807
RGB
CMYK
RGB Variations
Color information
#124807 (or 0x124807) is known color: Myrtle. HEX triplet: 12, 48 and 07. RGB value is (18,72,7). Sum of RGB (Red+Green+Blue) = 18+72+7=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 72 (28.52% from 255 or 74.23% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 72 - color contains mainly: green. Hex color #124807 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124807 is #EDB7F8. Grayscale: #303030. Windows color (decimal): -15579129 or 477202. OLE color: 477202.
HSL color Cylindrical-coordinate representation of color #124807: hue angle of 109.85º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124807 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 72 | 7 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.72 |
| HSL | 109.85º | 0.82% | 0.15% | - |
| HSV(B) | 109.85º | 0.9% | 0.28% | - |
| XYZ | 2.61 | 4.78 | 0.99 | - |
| YUV | 48.44 | 104.61 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 7 | 0.75 | 0 | 0.90 | 0.72 | 109.85 | 0.82 | 0.15 |
| Hex | 12 | 48 | 7 | 4B | 0 | 5A | 48 | 6E | 52 | F |
| Octal | 22 | 110 | 7 | 113 | 0 | 132 | 110 | 156 | 122 | 17 |
| Binary | 10010 | 1001000 | 111 | 1001011 | 0 | 1011010 | 1001000 | 1101110 | 1010010 | 1111 |
Color Harmonies of #124807
Complementary color
Monochromatic Colors of #124807
Black with #124807
Text Example
Text Example
White with #124807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124807; }
p { color: rgb(18,72,7); }
H1.HeaderClassName
{
color: #124807;
}
.AnyTagClassName
{
color: #124807;
}
</style>
background-color css
<style>
a { background-color: #124807; }
a { background-color: rgb(18,72,7); }
div.DivClassName
{
background-color: #124807;
}
.BgClassName
{
background-color: #124807;
}
</style>
border-color css
<style>
span { border-color: #124807; }
span { border-color: rgb(18,72,7); }
td.TdClassName
{
border-color: #124807;
}
.TagClassName
{
border-color: #124807;
}
</style>