Shades of Myrtle #125506
Tints of Myrtle #125506
RGB
CMYK
RGB Variations
Color information
#125506 (or 0x125506) is known color: Myrtle. HEX triplet: 12, 55 and 06. RGB value is (18,85,6). Sum of RGB (Red+Green+Blue) = 18+85+6=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 85 (33.59% from 255 or 77.98% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 85 - color contains mainly: green. Hex color #125506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125506 is #EDAAF9. Grayscale: #383838. Windows color (decimal): -15575802 or 414994. OLE color: 414994.
HSL color Cylindrical-coordinate representation of color #125506: hue angle of 110.89º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125506 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 85 | 6 | - |
| CMYK | 0.79 | 0 | 0.93 | 0.67 |
| HSL | 110.89º | 0.87% | 0.18% | - |
| HSV(B) | 110.89º | 0.93% | 0.33% | - |
| XYZ | 3.53 | 6.64 | 1.27 | - |
| YUV | 55.96 | 99.8 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 6 | 0.79 | 0 | 0.93 | 0.67 | 110.89 | 0.87 | 0.18 |
| Hex | 12 | 55 | 6 | 4F | 0 | 5D | 43 | 6F | 57 | 12 |
| Octal | 22 | 125 | 6 | 117 | 0 | 135 | 103 | 157 | 127 | 22 |
| Binary | 10010 | 1010101 | 110 | 1001111 | 0 | 1011101 | 1000011 | 1101111 | 1010111 | 10010 |
Color Harmonies of #125506
Complementary color
Monochromatic Colors of #125506
Black with #125506
Text Example
Text Example
White with #125506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125506; }
p { color: rgb(18,85,6); }
H1.HeaderClassName
{
color: #125506;
}
.AnyTagClassName
{
color: #125506;
}
</style>
background-color css
<style>
a { background-color: #125506; }
a { background-color: rgb(18,85,6); }
div.DivClassName
{
background-color: #125506;
}
.BgClassName
{
background-color: #125506;
}
</style>
border-color css
<style>
span { border-color: #125506; }
span { border-color: rgb(18,85,6); }
td.TdClassName
{
border-color: #125506;
}
.TagClassName
{
border-color: #125506;
}
</style>