Shades of Myrtle #185106
Tints of Myrtle #185106
RGB
CMYK
RGB Variations
Color information
#185106 (or 0x185106) is known color: Myrtle. HEX triplet: 18, 51 and 06. RGB value is (24,81,6). Sum of RGB (Red+Green+Blue) = 24+81+6=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 81 (32.03% from 255 or 72.97% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 81 - color contains mainly: green. Hex color #185106 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185106 is #E7AEF9. Grayscale: #373737. Windows color (decimal): -15183610 or 413976. OLE color: 413976.
HSL color Cylindrical-coordinate representation of color #185106: hue angle of 105.6º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #185106 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 81 | 6 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.68 |
| HSL | 105.6º | 0.86% | 0.17% | - |
| HSV(B) | 105.6º | 0.93% | 0.32% | - |
| XYZ | 3.35 | 6.09 | 1.17 | - |
| YUV | 55.41 | 100.12 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 6 | 0.70 | 0 | 0.93 | 0.68 | 105.6 | 0.86 | 0.17 |
| Hex | 18 | 51 | 6 | 46 | 0 | 5D | 44 | 6A | 56 | 11 |
| Octal | 30 | 121 | 6 | 106 | 0 | 135 | 104 | 152 | 126 | 21 |
| Binary | 11000 | 1010001 | 110 | 1000110 | 0 | 1011101 | 1000100 | 1101010 | 1010110 | 10001 |
Color Harmonies of #185106
Complementary color
Monochromatic Colors of #185106
Black with #185106
Text Example
Text Example
White with #185106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185106; }
p { color: rgb(24,81,6); }
H1.HeaderClassName
{
color: #185106;
}
.AnyTagClassName
{
color: #185106;
}
</style>
background-color css
<style>
a { background-color: #185106; }
a { background-color: rgb(24,81,6); }
div.DivClassName
{
background-color: #185106;
}
.BgClassName
{
background-color: #185106;
}
</style>
border-color css
<style>
span { border-color: #185106; }
span { border-color: rgb(24,81,6); }
td.TdClassName
{
border-color: #185106;
}
.TagClassName
{
border-color: #185106;
}
</style>