Shades of Myrtle #105A18
Tints of Myrtle #105A18
RGB
CMYK
RGB Variations
Color information
#105A18 (or 0x105A18) is known color: Myrtle. HEX triplet: 10, 5A and 18. RGB value is (16,90,24). Sum of RGB (Red+Green+Blue) = 16+90+24=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 90 (35.55% from 255 or 69.23% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 90 - color contains mainly: green. Hex color #105A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105A18 is #EFA5E7. Grayscale: #3C3C3C. Windows color (decimal): -15705576 or 1595920. OLE color: 1595920.
HSL color Cylindrical-coordinate representation of color #105A18: hue angle of 126.49º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105A18 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 90 | 24 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.65 |
| HSL | 126.49º | 0.7% | 0.21% | - |
| HSV(B) | 126.49º | 0.82% | 0.35% | - |
| XYZ | 4.03 | 7.49 | 2.1 | - |
| YUV | 60.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 24 | 0.82 | 0 | 0.73 | 0.65 | 126.49 | 0.7 | 0.21 |
| Hex | 10 | 5A | 18 | 52 | 0 | 49 | 41 | 7E | 46 | 15 |
| Octal | 20 | 132 | 30 | 122 | 0 | 111 | 101 | 176 | 106 | 25 |
| Binary | 10000 | 1011010 | 11000 | 1010010 | 0 | 1001001 | 1000001 | 1111110 | 1000110 | 10101 |
Color Harmonies of #105A18
Complementary color
Monochromatic Colors of #105A18
Black with #105A18
Text Example
Text Example
White with #105A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A18; }
p { color: rgb(16,90,24); }
H1.HeaderClassName
{
color: #105A18;
}
.AnyTagClassName
{
color: #105A18;
}
</style>
background-color css
<style>
a { background-color: #105A18; }
a { background-color: rgb(16,90,24); }
div.DivClassName
{
background-color: #105A18;
}
.BgClassName
{
background-color: #105A18;
}
</style>
border-color css
<style>
span { border-color: #105A18; }
span { border-color: rgb(16,90,24); }
td.TdClassName
{
border-color: #105A18;
}
.TagClassName
{
border-color: #105A18;
}
</style>