Shades of Myrtle #105A12
Tints of Myrtle #105A12
RGB
CMYK
RGB Variations
Color information
#105A12 (or 0x105A12) is known color: Myrtle. HEX triplet: 10, 5A and 12. RGB value is (16,90,18). Sum of RGB (Red+Green+Blue) = 16+90+18=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 90 (35.55% from 255 or 72.58% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 90 - color contains mainly: green. Hex color #105A12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105A12 is #EFA5ED. Grayscale: #3B3B3B. Windows color (decimal): -15705582 or 1202704. OLE color: 1202704.
HSL color Cylindrical-coordinate representation of color #105A12: hue angle of 121.62º 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 #105A12 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 90 | 18 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.65 |
| HSL | 121.62º | 0.7% | 0.21% | - |
| HSV(B) | 121.62º | 0.82% | 0.35% | - |
| XYZ | 3.98 | 7.47 | 1.8 | - |
| YUV | 59.67 | 104.48 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 18 | 0.82 | 0 | 0.80 | 0.65 | 121.62 | 0.7 | 0.21 |
| Hex | 10 | 5A | 12 | 52 | 0 | 50 | 41 | 7A | 46 | 15 |
| Octal | 20 | 132 | 22 | 122 | 0 | 120 | 101 | 172 | 106 | 25 |
| Binary | 10000 | 1011010 | 10010 | 1010010 | 0 | 1010000 | 1000001 | 1111010 | 1000110 | 10101 |
Color Harmonies of #105A12
Complementary color
Monochromatic Colors of #105A12
Black with #105A12
Text Example
Text Example
White with #105A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A12; }
p { color: rgb(16,90,18); }
H1.HeaderClassName
{
color: #105A12;
}
.AnyTagClassName
{
color: #105A12;
}
</style>
background-color css
<style>
a { background-color: #105A12; }
a { background-color: rgb(16,90,18); }
div.DivClassName
{
background-color: #105A12;
}
.BgClassName
{
background-color: #105A12;
}
</style>
border-color css
<style>
span { border-color: #105A12; }
span { border-color: rgb(16,90,18); }
td.TdClassName
{
border-color: #105A12;
}
.TagClassName
{
border-color: #105A12;
}
</style>