Shades of Myrtle #126314
Tints of Myrtle #126314
RGB
CMYK
RGB Variations
Color information
#126314 (or 0x126314) is known color: Myrtle. HEX triplet: 12, 63 and 14. RGB value is (18,99,20). Sum of RGB (Red+Green+Blue) = 18+99+20=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 99 (39.06% from 255 or 72.26% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 99 - color contains mainly: green. Hex color #126314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126314 is #ED9CEB. Grayscale: #424242. Windows color (decimal): -15572204 or 1336082. OLE color: 1336082.
HSL color Cylindrical-coordinate representation of color #126314: hue angle of 121.48º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126314 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 99 | 20 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.61 |
| HSL | 121.48º | 0.69% | 0.23% | - |
| HSV(B) | 121.48º | 0.82% | 0.39% | - |
| XYZ | 4.84 | 9.1 | 2.16 | - |
| YUV | 65.78 | 102.16 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 20 | 0.82 | 0 | 0.80 | 0.61 | 121.48 | 0.69 | 0.23 |
| Hex | 12 | 63 | 14 | 52 | 0 | 50 | 3D | 79 | 45 | 17 |
| Octal | 22 | 143 | 24 | 122 | 0 | 120 | 75 | 171 | 105 | 27 |
| Binary | 10010 | 1100011 | 10100 | 1010010 | 0 | 1010000 | 111101 | 1111001 | 1000101 | 10111 |
Color Harmonies of #126314
Complementary color
Monochromatic Colors of #126314
Black with #126314
Text Example
Text Example
White with #126314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126314; }
p { color: rgb(18,99,20); }
H1.HeaderClassName
{
color: #126314;
}
.AnyTagClassName
{
color: #126314;
}
</style>
background-color css
<style>
a { background-color: #126314; }
a { background-color: rgb(18,99,20); }
div.DivClassName
{
background-color: #126314;
}
.BgClassName
{
background-color: #126314;
}
</style>
border-color css
<style>
span { border-color: #126314; }
span { border-color: rgb(18,99,20); }
td.TdClassName
{
border-color: #126314;
}
.TagClassName
{
border-color: #126314;
}
</style>